Shades of Lavender Grey #CCCAE1
Tints of Lavender Grey #CCCAE1
RGB
CMYK
RGB Variations
Color information
#CCCAE1 (or 0xCCCAE1) is known color: Lavender Grey. HEX triplet: CC, CA and E1. RGB value is (204,202,225). Sum of RGB (Red+Green+Blue) = 204+202+225=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE1 is #33351E. Grayscale: #CDCDCD. Windows color (decimal): -3355935 or 14797516. OLE color: 14797516.
HSL color Cylindrical-coordinate representation of color #CCCAE1: hue angle of 245.22º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCAE1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 202 | 225 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.12 |
| HSL | 245.22º | 0.28% | 0.84% | - |
| HSV(B) | 245.22º | 0.1% | 0.88% | - |
| XYZ | 59.61 | 60.51 | 79.77 | - |
| YUV | 205.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 225 | 0.09 | 0.10 | 0 | 0.12 | 245.22 | 0.28 | 0.84 |
| Hex | CC | CA | E1 | 9 | A | 0 | C | F5 | 1C | 54 |
| Octal | 314 | 312 | 341 | 11 | 12 | 0 | 14 | 365 | 34 | 124 |
| Binary | 11001100 | 11001010 | 11100001 | 1001 | 1010 | 0 | 1100 | 11110101 | 11100 | 1010100 |
Color Harmonies of #CCCAE1
Complementary color
Monochromatic Colors of #CCCAE1
Black with #CCCAE1
Text Example
Text Example
White with #CCCAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAE1; }
p { color: rgb(204,202,225); }
H1.HeaderClassName
{
color: #CCCAE1;
}
.AnyTagClassName
{
color: #CCCAE1;
}
</style>
background-color css
<style>
a { background-color: #CCCAE1; }
a { background-color: rgb(204,202,225); }
div.DivClassName
{
background-color: #CCCAE1;
}
.BgClassName
{
background-color: #CCCAE1;
}
</style>
border-color css
<style>
span { border-color: #CCCAE1; }
span { border-color: rgb(204,202,225); }
td.TdClassName
{
border-color: #CCCAE1;
}
.TagClassName
{
border-color: #CCCAE1;
}
</style>