Shades of Lilac #CCAEC8
Tints of Lilac #CCAEC8
RGB
CMYK
RGB Variations
Color information
#CCAEC8 (or 0xCCAEC8) is known color: Lilac. HEX triplet: CC, AE and C8. RGB value is (204,174,200). Sum of RGB (Red+Green+Blue) = 204+174+200=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC8 is #335137. Grayscale: #B9B9B9. Windows color (decimal): -3363128 or 13151948. OLE color: 13151948.
HSL color Cylindrical-coordinate representation of color #CCAEC8: hue angle of 308º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAEC8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 200 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.2 |
| HSL | 308º | 0.23% | 0.74% | - |
| HSV(B) | 308º | 0.15% | 0.8% | - |
| XYZ | 50.46 | 47.28 | 61.11 | - |
| YUV | 185.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 200 | 0 | 0.15 | 0.02 | 0.2 | 308 | 0.23 | 0.74 |
| Hex | CC | AE | C8 | 0 | F | 2 | 14 | 134 | 17 | 4A |
| Octal | 314 | 256 | 310 | 0 | 17 | 2 | 24 | 464 | 27 | 112 |
| Binary | 11001100 | 10101110 | 11001000 | 0 | 1111 | 10 | 10100 | 100110100 | 10111 | 1001010 |
Color Harmonies of #CCAEC8
Complementary color
Monochromatic Colors of #CCAEC8
Black with #CCAEC8
Text Example
Text Example
White with #CCAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEC8; }
p { color: rgb(204,174,200); }
H1.HeaderClassName
{
color: #CCAEC8;
}
.AnyTagClassName
{
color: #CCAEC8;
}
</style>
background-color css
<style>
a { background-color: #CCAEC8; }
a { background-color: rgb(204,174,200); }
div.DivClassName
{
background-color: #CCAEC8;
}
.BgClassName
{
background-color: #CCAEC8;
}
</style>
border-color css
<style>
span { border-color: #CCAEC8; }
span { border-color: rgb(204,174,200); }
td.TdClassName
{
border-color: #CCAEC8;
}
.TagClassName
{
border-color: #CCAEC8;
}
</style>