Color spaces of #cbbfdc
RGB | 203 | 191 | 220 |
---|---|---|---|
HSL | 0.74 | 0.29 | 0.81 |
HSV | 265° | 13° | 86° |
CMYK | 0.08 | 0.13 | 0.00 0.14 |
XYZ | 56.1777 | 55.1254 | 75.3895 |
Yxy | 55.1254 | 0.3009 | 0.2953 |
Hunter Lab | 74.2465 | 5.1285 | -8.2302 |
CIE-Lab | 79.1134 | 9.6376 | -12.9462 |
#cbbfdc color RGB value is (203,191,220).
#cbbfdc hex color red value is 203, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbbfdc hue: 0.74 , saturation: 0.29 and the lightness value of cbbfdc is 0.81.
The process color (four color CMYK) of #cbbfdc color hex is 0.08, 0.13, 0.00, 0.14. Web safe color of #cbbfdc is #cccccc. Color #cbbfdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111111 | 11011100 |
Octal | 313 | 277 | 334 |
Decimal | 203 | 191 | 220 |
Hex | CB | BF | DC |
Shades of #cbbfdc
Tints of #cbbfdc
RGB Percentages of Color #cbbfdc
CMYK Percentages of Color #cbbfdc
Complementary Color
#cbbfdc | #d0dcbf |
#cbbfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbfdc Color CSS Codes
.mybgcolor {background-color:#cbbfdc; } .myforecolor {color:#cbbfdc; } .mybordercolor {border:3px solid #cbbfdc; }
#cbbfdc Text Font Color
<p style="color:#cbbfdc">Text here</p>
This sample text font color is #cbbfdc
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.
#cbbfdc Background Color
<div style="background-color:#cbbfdc">
Div content here</div>
This div background color is #cbbfdc
#cbbfdc Border Color
<div style="border:3px solid #cbbfdc">
Div here</div>
This div border color is #cbbfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,191,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbfdc; -webkit-box-shadow: 1px 1px 3px 2px #cbbfdc; box-shadow: 1px 1px 3px 2px #cbbfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,191,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbfdc; -webkit-box-shadow: 1px 1px 3px 2px #cbbfdc; box-shadow: 1px 1px 3px 2px #cbbfdc;">
Div content here</div>
This div box has shadow with color #cbbfdc
Comments
No comments written yet.
Please login to write comment.