Shades of Lilac #CEACCA
Tints of Lilac #CEACCA
RGB
CMYK
RGB Variations
Color information
#CEACCA (or 0xCEACCA) is known color: Lilac. HEX triplet: CE, AC and CA. RGB value is (206,172,202). Sum of RGB (Red+Green+Blue) = 206+172+202=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACCA is #315335. Grayscale: #B9B9B9. Windows color (decimal): -3232566 or 13282510. OLE color: 13282510.
HSL color Cylindrical-coordinate representation of color #CEACCA: hue angle of 307.06º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACCA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 202 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.19 |
| HSL | 307.06º | 0.26% | 0.74% | - |
| HSV(B) | 307.06º | 0.17% | 0.81% | - |
| XYZ | 50.87 | 46.89 | 62.25 | - |
| YUV | 185.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 202 | 0 | 0.17 | 0.02 | 0.19 | 307.06 | 0.26 | 0.74 |
| Hex | CE | AC | CA | 0 | 11 | 2 | 13 | 133 | 1A | 4A |
| Octal | 316 | 254 | 312 | 0 | 21 | 2 | 23 | 463 | 32 | 112 |
| Binary | 11001110 | 10101100 | 11001010 | 0 | 10001 | 10 | 10011 | 100110011 | 11010 | 1001010 |
Color Harmonies of #CEACCA
Complementary color
Monochromatic Colors of #CEACCA
Black with #CEACCA
Text Example
Text Example
White with #CEACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACCA; }
p { color: rgb(206,172,202); }
H1.HeaderClassName
{
color: #CEACCA;
}
.AnyTagClassName
{
color: #CEACCA;
}
</style>
background-color css
<style>
a { background-color: #CEACCA; }
a { background-color: rgb(206,172,202); }
div.DivClassName
{
background-color: #CEACCA;
}
.BgClassName
{
background-color: #CEACCA;
}
</style>
border-color css
<style>
span { border-color: #CEACCA; }
span { border-color: rgb(206,172,202); }
td.TdClassName
{
border-color: #CEACCA;
}
.TagClassName
{
border-color: #CEACCA;
}
</style>