Shades of Lavender Grey #CCCCDD
Tints of Lavender Grey #CCCCDD
RGB
CMYK
RGB Variations
Color information
#CCCCDD (or 0xCCCCDD) is known color: Lavender Grey. HEX triplet: CC, CC and DD. RGB value is (204,204,221). Sum of RGB (Red+Green+Blue) = 204+204+221=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDD is #333322. Grayscale: #CDCDCD. Windows color (decimal): -3355427 or 14535884. OLE color: 14535884.
HSL color Cylindrical-coordinate representation of color #CCCCDD: hue angle of 240º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCCDD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 204 | 221 | - |
CMYK | 0.08 | 0.08 | 0 | 0.13 |
HSL | 240º | 0.2% | 0.83% | - |
HSV(B) | 240º | 0.08% | 0.87% | - |
XYZ | 59.55 | 61.24 | 77.09 | - |
YUV | 205.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 221 | 0.08 | 0.08 | 0 | 0.13 | 240 | 0.2 | 0.83 |
Hex | CC | CC | DD | 8 | 8 | 0 | D | F0 | 14 | 53 |
Octal | 314 | 314 | 335 | 10 | 10 | 0 | 15 | 360 | 24 | 123 |
Binary | 11001100 | 11001100 | 11011101 | 1000 | 1000 | 0 | 1101 | 11110000 | 10100 | 1010011 |
Color Harmonies of #CCCCDD
Complementary color
Monochromatic Colors of #CCCCDD
Black with #CCCCDD
Text Example
Text Example
White with #CCCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCDD; }
p { color: rgb(204,204,221); }
H1.HeaderClassName
{
color: #CCCCDD;
}
.AnyTagClassName
{
color: #CCCCDD;
}
</style>
background-color css
<style>
a { background-color: #CCCCDD; }
a { background-color: rgb(204,204,221); }
div.DivClassName
{
background-color: #CCCCDD;
}
.BgClassName
{
background-color: #CCCCDD;
}
</style>
border-color css
<style>
span { border-color: #CCCCDD; }
span { border-color: rgb(204,204,221); }
td.TdClassName
{
border-color: #CCCCDD;
}
.TagClassName
{
border-color: #CCCCDD;
}
</style>