Shades of Lavender Grey #CCCCD6
Tints of Lavender Grey #CCCCD6
RGB
CMYK
RGB Variations
Color information
#CCCCD6 (or 0xCCCCD6) is known color: Lavender Grey. HEX triplet: CC, CC and D6. RGB value is (204,204,214). Sum of RGB (Red+Green+Blue) = 204+204+214=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD6 is #333329. Grayscale: #CDCDCD. Windows color (decimal): -3355434 or 14077132. OLE color: 14077132.
HSL color Cylindrical-coordinate representation of color #CCCCD6: hue angle of 240º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCCD6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 204 | 214 | - |
CMYK | 0.05 | 0.05 | 0 | 0.16 |
HSL | 240º | 0.11% | 0.82% | - |
HSV(B) | 240º | 0.05% | 0.84% | - |
XYZ | 58.63 | 60.88 | 72.28 | - |
YUV | 205.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 214 | 0.05 | 0.05 | 0 | 0.16 | 240 | 0.11 | 0.82 |
Hex | CC | CC | D6 | 5 | 5 | 0 | 10 | F0 | B | 52 |
Octal | 314 | 314 | 326 | 5 | 5 | 0 | 20 | 360 | 13 | 122 |
Binary | 11001100 | 11001100 | 11010110 | 101 | 101 | 0 | 10000 | 11110000 | 1011 | 1010010 |
Color Harmonies of #CCCCD6
Complementary color
Monochromatic Colors of #CCCCD6
Black with #CCCCD6
Text Example
Text Example
White with #CCCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCD6; }
p { color: rgb(204,204,214); }
H1.HeaderClassName
{
color: #CCCCD6;
}
.AnyTagClassName
{
color: #CCCCD6;
}
</style>
background-color css
<style>
a { background-color: #CCCCD6; }
a { background-color: rgb(204,204,214); }
div.DivClassName
{
background-color: #CCCCD6;
}
.BgClassName
{
background-color: #CCCCD6;
}
</style>
border-color css
<style>
span { border-color: #CCCCD6; }
span { border-color: rgb(204,204,214); }
td.TdClassName
{
border-color: #CCCCD6;
}
.TagClassName
{
border-color: #CCCCD6;
}
</style>