Shades of Lavender Grey #CCCBD6
Tints of Lavender Grey #CCCBD6
RGB
CMYK
RGB Variations
Color information
#CCCBD6 (or 0xCCCBD6) is known color: Lavender Grey. HEX triplet: CC, CB and D6. RGB value is (204,203,214). Sum of RGB (Red+Green+Blue) = 204+203+214=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD6 is #333429. Grayscale: #CCCCCC. Windows color (decimal): -3355690 or 14076876. OLE color: 14076876.
HSL color Cylindrical-coordinate representation of color #CCCBD6: hue angle of 245.45º degrees, saturation: 0.12, 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 #CCCBD6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 203 | 214 | - |
CMYK | 0.05 | 0.05 | 0 | 0.16 |
HSL | 245.45º | 0.12% | 0.82% | - |
HSV(B) | 245.45º | 0.05% | 0.84% | - |
XYZ | 58.4 | 60.4 | 72.2 | - |
YUV | 204.55 | 133.33 | 127.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 214 | 0.05 | 0.05 | 0 | 0.16 | 245.45 | 0.12 | 0.82 |
Hex | CC | CB | D6 | 5 | 5 | 0 | 10 | F5 | C | 52 |
Octal | 314 | 313 | 326 | 5 | 5 | 0 | 20 | 365 | 14 | 122 |
Binary | 11001100 | 11001011 | 11010110 | 101 | 101 | 0 | 10000 | 11110101 | 1100 | 1010010 |
Color Harmonies of #CCCBD6
Complementary color
Monochromatic Colors of #CCCBD6
Black with #CCCBD6
Text Example
Text Example
White with #CCCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBD6; }
p { color: rgb(204,203,214); }
H1.HeaderClassName
{
color: #CCCBD6;
}
.AnyTagClassName
{
color: #CCCBD6;
}
</style>
background-color css
<style>
a { background-color: #CCCBD6; }
a { background-color: rgb(204,203,214); }
div.DivClassName
{
background-color: #CCCBD6;
}
.BgClassName
{
background-color: #CCCBD6;
}
</style>
border-color css
<style>
span { border-color: #CCCBD6; }
span { border-color: rgb(204,203,214); }
td.TdClassName
{
border-color: #CCCBD6;
}
.TagClassName
{
border-color: #CCCBD6;
}
</style>