Shades of Lavender Grey #CCCAE4
Tints of Lavender Grey #CCCAE4
RGB
CMYK
RGB Variations
Color information
#CCCAE4 (or 0xCCCAE4) is known color: Lavender Grey. HEX triplet: CC, CA and E4. RGB value is (204,202,228). Sum of RGB (Red+Green+Blue) = 204+202+228=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE4 is #33351B. Grayscale: #CDCDCD. Windows color (decimal): -3355932 or 14994124. OLE color: 14994124.
HSL color Cylindrical-coordinate representation of color #CCCAE4: hue angle of 244.62º degrees, saturation: 0.32, 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 #CCCAE4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 202 | 228 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 244.62º | 0.33% | 0.84% | - |
| HSV(B) | 244.62º | 0.11% | 0.89% | - |
| XYZ | 60.03 | 60.68 | 81.95 | - |
| YUV | 205.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 228 | 0.11 | 0.11 | 0 | 0.11 | 244.62 | 0.33 | 0.84 |
| Hex | CC | CA | E4 | B | B | 0 | B | F5 | 20 | 54 |
| Octal | 314 | 312 | 344 | 13 | 13 | 0 | 13 | 365 | 40 | 124 |
| Binary | 11001100 | 11001010 | 11100100 | 1011 | 1011 | 0 | 1011 | 11110101 | 100000 | 1010100 |
Color Harmonies of #CCCAE4
Complementary color
Monochromatic Colors of #CCCAE4
Black with #CCCAE4
Text Example
Text Example
White with #CCCAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAE4; }
p { color: rgb(204,202,228); }
H1.HeaderClassName
{
color: #CCCAE4;
}
.AnyTagClassName
{
color: #CCCAE4;
}
</style>
background-color css
<style>
a { background-color: #CCCAE4; }
a { background-color: rgb(204,202,228); }
div.DivClassName
{
background-color: #CCCAE4;
}
.BgClassName
{
background-color: #CCCAE4;
}
</style>
border-color css
<style>
span { border-color: #CCCAE4; }
span { border-color: rgb(204,202,228); }
td.TdClassName
{
border-color: #CCCAE4;
}
.TagClassName
{
border-color: #CCCAE4;
}
</style>