Shades of Lavender Grey #CCCBDC
Tints of Lavender Grey #CCCBDC
RGB
CMYK
RGB Variations
Color information
#CCCBDC (or 0xCCCBDC) is known color: Lavender Grey. HEX triplet: CC, CB and DC. RGB value is (204,203,220). Sum of RGB (Red+Green+Blue) = 204+203+220=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDC is #333423. Grayscale: #CDCDCD. Windows color (decimal): -3355684 or 14470092. OLE color: 14470092.
HSL color Cylindrical-coordinate representation of color #CCCBDC: hue angle of 243.53º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCBDC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 203 | 220 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.14 |
| HSL | 243.53º | 0.2% | 0.83% | - |
| HSV(B) | 243.53º | 0.08% | 0.86% | - |
| XYZ | 59.18 | 60.72 | 76.31 | - |
| YUV | 205.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 220 | 0.07 | 0.08 | 0 | 0.14 | 243.53 | 0.2 | 0.83 |
| Hex | CC | CB | DC | 7 | 8 | 0 | E | F4 | 14 | 53 |
| Octal | 314 | 313 | 334 | 7 | 10 | 0 | 16 | 364 | 24 | 123 |
| Binary | 11001100 | 11001011 | 11011100 | 111 | 1000 | 0 | 1110 | 11110100 | 10100 | 1010011 |
Color Harmonies of #CCCBDC
Complementary color
Monochromatic Colors of #CCCBDC
Black with #CCCBDC
Text Example
Text Example
White with #CCCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBDC; }
p { color: rgb(204,203,220); }
H1.HeaderClassName
{
color: #CCCBDC;
}
.AnyTagClassName
{
color: #CCCBDC;
}
</style>
background-color css
<style>
a { background-color: #CCCBDC; }
a { background-color: rgb(204,203,220); }
div.DivClassName
{
background-color: #CCCBDC;
}
.BgClassName
{
background-color: #CCCBDC;
}
</style>
border-color css
<style>
span { border-color: #CCCBDC; }
span { border-color: rgb(204,203,220); }
td.TdClassName
{
border-color: #CCCBDC;
}
.TagClassName
{
border-color: #CCCBDC;
}
</style>