Shades of Lilac #CEA4D4
Tints of Lilac #CEA4D4
RGB
CMYK
RGB Variations
Color information
#CEA4D4 (or 0xCEA4D4) is known color: Lilac. HEX triplet: CE, A4 and D4. RGB value is (206,164,212). Sum of RGB (Red+Green+Blue) = 206+164+212=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEA4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4D4 is #315B2B. Grayscale: #B5B5B5. Windows color (decimal): -3234604 or 13935822. OLE color: 13935822.
HSL color Cylindrical-coordinate representation of color #CEA4D4: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA4D4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 164 | 212 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.17 |
| HSL | 292.5º | 0.36% | 0.74% | - |
| HSV(B) | 292.5º | 0.23% | 0.83% | - |
| XYZ | 50.61 | 44.43 | 68.19 | - |
| YUV | 182.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 212 | 0.03 | 0.23 | 0 | 0.17 | 292.5 | 0.36 | 0.74 |
| Hex | CE | A4 | D4 | 3 | 17 | 0 | 11 | 124 | 24 | 4A |
| Octal | 316 | 244 | 324 | 3 | 27 | 0 | 21 | 444 | 44 | 112 |
| Binary | 11001110 | 10100100 | 11010100 | 11 | 10111 | 0 | 10001 | 100100100 | 100100 | 1001010 |
Color Harmonies of #CEA4D4
Complementary color
Monochromatic Colors of #CEA4D4
Black with #CEA4D4
Text Example
Text Example
White with #CEA4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4D4; }
p { color: rgb(206,164,212); }
H1.HeaderClassName
{
color: #CEA4D4;
}
.AnyTagClassName
{
color: #CEA4D4;
}
</style>
background-color css
<style>
a { background-color: #CEA4D4; }
a { background-color: rgb(206,164,212); }
div.DivClassName
{
background-color: #CEA4D4;
}
.BgClassName
{
background-color: #CEA4D4;
}
</style>
border-color css
<style>
span { border-color: #CEA4D4; }
span { border-color: rgb(206,164,212); }
td.TdClassName
{
border-color: #CEA4D4;
}
.TagClassName
{
border-color: #CEA4D4;
}
</style>