Color spaces of #cfcbe4
RGB | 207 | 203 | 228 |
---|---|---|---|
HSL | 0.69 | 0.32 | 0.85 |
HSV | 250° | 11° | 89° |
CMYK | 0.09 | 0.11 | 0.00 0.11 |
XYZ | 61.0917 | 61.5787 | 82.0648 |
Yxy | 61.5787 | 0.2984 | 0.3008 |
Hunter Lab | 78.4721 | 1.6387 | -7.0740 |
CIE-Lab | 82.6889 | 6.1207 | -11.8569 |
#cfcbe4 color RGB value is (207,203,228).
#cfcbe4 hex color red value is 207, green value is 203 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #cfcbe4 hue: 0.69 , saturation: 0.32 and the lightness value of cfcbe4 is 0.85.
The process color (four color CMYK) of #cfcbe4 color hex is 0.09, 0.11, 0.00, 0.11. Web safe color of #cfcbe4 is #cccccc. Color #cfcbe4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001011 | 11100100 |
Octal | 317 | 313 | 344 |
Decimal | 207 | 203 | 228 |
Hex | CF | CB | E4 |
Shades of #cfcbe4
Tints of #cfcbe4
RGB Percentages of Color #cfcbe4
CMYK Percentages of Color #cfcbe4
Complementary Color
#cfcbe4 | #e0e4cb |
#cfcbe4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfcbe4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfcbe4 Color CSS Codes
.mybgcolor {background-color:#cfcbe4; } .myforecolor {color:#cfcbe4; } .mybordercolor {border:3px solid #cfcbe4; }
#cfcbe4 Text Font Color
<p style="color:#cfcbe4">Text here</p>
This sample text font color is #cfcbe4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cfcbe4 Background Color
<div style="background-color:#cfcbe4">
Div content here</div>
This div background color is #cfcbe4
#cfcbe4 Border Color
<div style="border:3px solid #cfcbe4">
Div here</div>
This div border color is #cfcbe4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,203,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfcbe4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfcbe4; -webkit-box-shadow: 1px 1px 3px 2px #cfcbe4; box-shadow: 1px 1px 3px 2px #cfcbe4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,203,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfcbe4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfcbe4; -webkit-box-shadow: 1px 1px 3px 2px #cfcbe4; box-shadow: 1px 1px 3px 2px #cfcbe4;">
Div content here</div>
This div box has shadow with color #cfcbe4
#cfcbe4 Color Palettes
Comments
No comments written yet.
Please login to write comment.