Color spaces of #ccbddd
RGB | 204 | 189 | 221 |
---|---|---|---|
HSL | 0.74 | 0.32 | 0.80 |
HSV | 268° | 14° | 87° |
CMYK | 0.08 | 0.14 | 0.00 0.13 |
XYZ | 56.1506 | 54.4530 | 75.9576 |
Yxy | 54.4530 | 0.3010 | 0.2919 |
Hunter Lab | 73.7923 | 6.6891 | -9.3752 |
CIE-Lab | 78.7251 | 11.2439 | -14.0590 |
#ccbddd color RGB value is (204,189,221).
#ccbddd hex color red value is 204, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccbddd hue: 0.74 , saturation: 0.32 and the lightness value of ccbddd is 0.80.
The process color (four color CMYK) of #ccbddd color hex is 0.08, 0.14, 0.00, 0.13. Web safe color of #ccbddd is #cccccc. Color #ccbddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111101 | 11011101 |
Octal | 314 | 275 | 335 |
Decimal | 204 | 189 | 221 |
Hex | CC | BD | DD |
Shades of #ccbddd
Tints of #ccbddd
RGB Percentages of Color #ccbddd
CMYK Percentages of Color #ccbddd
Complementary Color
#ccbddd | #ceddbd |
#ccbddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbddd Color CSS Codes
.mybgcolor {background-color:#ccbddd; } .myforecolor {color:#ccbddd; } .mybordercolor {border:3px solid #ccbddd; }
#ccbddd Text Font Color
<p style="color:#ccbddd">Text here</p>
This sample text font color is #ccbddd
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.
#ccbddd Background Color
<div style="background-color:#ccbddd">
Div content here</div>
This div background color is #ccbddd
#ccbddd Border Color
<div style="border:3px solid #ccbddd">
Div here</div>
This div border color is #ccbddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,189,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbddd; -webkit-box-shadow: 1px 1px 3px 2px #ccbddd; box-shadow: 1px 1px 3px 2px #ccbddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,189,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbddd; -webkit-box-shadow: 1px 1px 3px 2px #ccbddd; box-shadow: 1px 1px 3px 2px #ccbddd;">
Div content here</div>
This div box has shadow with color #ccbddd
Comments
No comments written yet.
Please login to write comment.