Color spaces of #cbbddb
RGB | 203 | 189 | 219 |
---|---|---|---|
HSL | 0.74 | 0.29 | 0.80 |
HSV | 268° | 14° | 86° |
CMYK | 0.07 | 0.14 | 0.00 0.14 |
XYZ | 55.6124 | 54.2062 | 74.5496 |
Yxy | 54.2062 | 0.3016 | 0.2940 |
Hunter Lab | 73.6249 | 5.9861 | -8.4973 |
CIE-Lab | 78.5818 | 10.5169 | -13.2033 |
#cbbddb color RGB value is (203,189,219).
#cbbddb hex color red value is 203, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbbddb hue: 0.74 , saturation: 0.29 and the lightness value of cbbddb is 0.80.
The process color (four color CMYK) of #cbbddb color hex is 0.07, 0.14, 0.00, 0.14. Web safe color of #cbbddb is #cccccc. Color #cbbddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111101 | 11011011 |
Octal | 313 | 275 | 333 |
Decimal | 203 | 189 | 219 |
Hex | CB | BD | DB |
Shades of #cbbddb
Tints of #cbbddb
RGB Percentages of Color #cbbddb
CMYK Percentages of Color #cbbddb
Complementary Color
#cbbddb | #cddbbd |
#cbbddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbddb Color CSS Codes
.mybgcolor {background-color:#cbbddb; } .myforecolor {color:#cbbddb; } .mybordercolor {border:3px solid #cbbddb; }
#cbbddb Text Font Color
<p style="color:#cbbddb">Text here</p>
This sample text font color is #cbbddb
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.
#cbbddb Background Color
<div style="background-color:#cbbddb">
Div content here</div>
This div background color is #cbbddb
#cbbddb Border Color
<div style="border:3px solid #cbbddb">
Div here</div>
This div border color is #cbbddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,189,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbddb; -webkit-box-shadow: 1px 1px 3px 2px #cbbddb; box-shadow: 1px 1px 3px 2px #cbbddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,189,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbddb; -webkit-box-shadow: 1px 1px 3px 2px #cbbddb; box-shadow: 1px 1px 3px 2px #cbbddb;">
Div content here</div>
This div box has shadow with color #cbbddb
Comments
No comments written yet.
Please login to write comment.