Color spaces of #ccb9df
RGB | 204 | 185 | 223 |
---|---|---|---|
HSL | 0.75 | 0.37 | 0.80 |
HSV | 270° | 17° | 87° |
CMYK | 0.09 | 0.17 | 0.00 0.13 |
XYZ | 55.5701 | 52.8630 | 77.0868 |
Yxy | 52.8630 | 0.2995 | 0.2849 |
Hunter Lab | 72.7069 | 9.1908 | -11.9668 |
CIE-Lab | 77.7940 | 13.8064 | -16.5390 |
#ccb9df color RGB value is (204,185,223).
#ccb9df hex color red value is 204, green value is 185 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccb9df hue: 0.75 , saturation: 0.37 and the lightness value of ccb9df is 0.80.
The process color (four color CMYK) of #ccb9df color hex is 0.09, 0.17, 0.00, 0.13. Web safe color of #ccb9df is #cccccc. Color #ccb9df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111001 | 11011111 |
Octal | 314 | 271 | 337 |
Decimal | 204 | 185 | 223 |
Hex | CC | B9 | DF |
Shades of #ccb9df
Tints of #ccb9df
RGB Percentages of Color #ccb9df
CMYK Percentages of Color #ccb9df
Complementary Color
#ccb9df | #ccdfb9 |
#ccb9df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb9df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb9df Color CSS Codes
.mybgcolor {background-color:#ccb9df; } .myforecolor {color:#ccb9df; } .mybordercolor {border:3px solid #ccb9df; }
#ccb9df Text Font Color
<p style="color:#ccb9df">Text here</p>
This sample text font color is #ccb9df
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.
#ccb9df Background Color
<div style="background-color:#ccb9df">
Div content here</div>
This div background color is #ccb9df
#ccb9df Border Color
<div style="border:3px solid #ccb9df">
Div here</div>
This div border color is #ccb9df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,185,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb9df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb9df; -webkit-box-shadow: 1px 1px 3px 2px #ccb9df; box-shadow: 1px 1px 3px 2px #ccb9df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,185,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb9df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb9df; -webkit-box-shadow: 1px 1px 3px 2px #ccb9df; box-shadow: 1px 1px 3px 2px #ccb9df;">
Div content here</div>
This div box has shadow with color #ccb9df
Comments
No comments written yet.
Please login to write comment.