Shades of Lavender Grey #CCCCD5
Tints of Lavender Grey #CCCCD5
RGB
CMYK
RGB Variations
Color information
#CCCCD5 (or 0xCCCCD5) is known color: Lavender Grey. HEX triplet: CC, CC and D5. RGB value is (204,204,213). Sum of RGB (Red+Green+Blue) = 204+204+213=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD5 is #33332A. Grayscale: #CCCCCC. Windows color (decimal): -3355435 or 14011596. OLE color: 14011596.
HSL color Cylindrical-coordinate representation of color #CCCCD5: hue angle of 240º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCCD5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 204 | 213 | - |
CMYK | 0.04 | 0.04 | 0 | 0.16 |
HSL | 240º | 0.1% | 0.82% | - |
HSV(B) | 240º | 0.04% | 0.84% | - |
XYZ | 58.5 | 60.83 | 71.61 | - |
YUV | 205.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 213 | 0.04 | 0.04 | 0 | 0.16 | 240 | 0.1 | 0.82 |
Hex | CC | CC | D5 | 4 | 4 | 0 | 10 | F0 | A | 52 |
Octal | 314 | 314 | 325 | 4 | 4 | 0 | 20 | 360 | 12 | 122 |
Binary | 11001100 | 11001100 | 11010101 | 100 | 100 | 0 | 10000 | 11110000 | 1010 | 1010010 |
Color Harmonies of #CCCCD5
Complementary color
Monochromatic Colors of #CCCCD5
Black with #CCCCD5
Text Example
Text Example
White with #CCCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCD5; }
p { color: rgb(204,204,213); }
H1.HeaderClassName
{
color: #CCCCD5;
}
.AnyTagClassName
{
color: #CCCCD5;
}
</style>
background-color css
<style>
a { background-color: #CCCCD5; }
a { background-color: rgb(204,204,213); }
div.DivClassName
{
background-color: #CCCCD5;
}
.BgClassName
{
background-color: #CCCCD5;
}
</style>
border-color css
<style>
span { border-color: #CCCCD5; }
span { border-color: rgb(204,204,213); }
td.TdClassName
{
border-color: #CCCCD5;
}
.TagClassName
{
border-color: #CCCCD5;
}
</style>