Shades of Lavender Grey #CCCADB
Tints of Lavender Grey #CCCADB
RGB
CMYK
RGB Variations
Color information
#CCCADB (or 0xCCCADB) is known color: Lavender Grey. HEX triplet: CC, CA and DB. RGB value is (204,202,219). Sum of RGB (Red+Green+Blue) = 204+202+219=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADB is #333524. Grayscale: #CCCCCC. Windows color (decimal): -3355941 or 14404300. OLE color: 14404300.
HSL color Cylindrical-coordinate representation of color #CCCADB: hue angle of 247.06º degrees, saturation: 0.19, 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 #CCCADB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 202 | 219 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.14 |
| HSL | 247.06º | 0.19% | 0.83% | - |
| HSV(B) | 247.06º | 0.08% | 0.86% | - |
| XYZ | 58.81 | 60.19 | 75.54 | - |
| YUV | 204.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 219 | 0.07 | 0.08 | 0 | 0.14 | 247.06 | 0.19 | 0.83 |
| Hex | CC | CA | DB | 7 | 8 | 0 | E | F7 | 13 | 53 |
| Octal | 314 | 312 | 333 | 7 | 10 | 0 | 16 | 367 | 23 | 123 |
| Binary | 11001100 | 11001010 | 11011011 | 111 | 1000 | 0 | 1110 | 11110111 | 10011 | 1010011 |
Color Harmonies of #CCCADB
Complementary color
Monochromatic Colors of #CCCADB
Black with #CCCADB
Text Example
Text Example
White with #CCCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCADB; }
p { color: rgb(204,202,219); }
H1.HeaderClassName
{
color: #CCCADB;
}
.AnyTagClassName
{
color: #CCCADB;
}
</style>
background-color css
<style>
a { background-color: #CCCADB; }
a { background-color: rgb(204,202,219); }
div.DivClassName
{
background-color: #CCCADB;
}
.BgClassName
{
background-color: #CCCADB;
}
</style>
border-color css
<style>
span { border-color: #CCCADB; }
span { border-color: rgb(204,202,219); }
td.TdClassName
{
border-color: #CCCADB;
}
.TagClassName
{
border-color: #CCCADB;
}
</style>