Shades of Lavender Grey #CCCAE2
Tints of Lavender Grey #CCCAE2
RGB
CMYK
RGB Variations
Color information
#CCCAE2 (or 0xCCCAE2) is known color: Lavender Grey. HEX triplet: CC, CA and E2. RGB value is (204,202,226). Sum of RGB (Red+Green+Blue) = 204+202+226=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE2 is #33351D. Grayscale: #CDCDCD. Windows color (decimal): -3355934 or 14863052. OLE color: 14863052.
HSL color Cylindrical-coordinate representation of color #CCCAE2: hue angle of 245º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCAE2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 202 | 226 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.11 |
| HSL | 245º | 0.29% | 0.84% | - |
| HSV(B) | 245º | 0.11% | 0.89% | - |
| XYZ | 59.75 | 60.57 | 80.49 | - |
| YUV | 205.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 226 | 0.10 | 0.11 | 0 | 0.11 | 245 | 0.29 | 0.84 |
| Hex | CC | CA | E2 | A | B | 0 | B | F5 | 1D | 54 |
| Octal | 314 | 312 | 342 | 12 | 13 | 0 | 13 | 365 | 35 | 124 |
| Binary | 11001100 | 11001010 | 11100010 | 1010 | 1011 | 0 | 1011 | 11110101 | 11101 | 1010100 |
Color Harmonies of #CCCAE2
Complementary color
Monochromatic Colors of #CCCAE2
Black with #CCCAE2
Text Example
Text Example
White with #CCCAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAE2; }
p { color: rgb(204,202,226); }
H1.HeaderClassName
{
color: #CCCAE2;
}
.AnyTagClassName
{
color: #CCCAE2;
}
</style>
background-color css
<style>
a { background-color: #CCCAE2; }
a { background-color: rgb(204,202,226); }
div.DivClassName
{
background-color: #CCCAE2;
}
.BgClassName
{
background-color: #CCCAE2;
}
</style>
border-color css
<style>
span { border-color: #CCCAE2; }
span { border-color: rgb(204,202,226); }
td.TdClassName
{
border-color: #CCCAE2;
}
.TagClassName
{
border-color: #CCCAE2;
}
</style>