Shades of Lilac #CEA3D0
Tints of Lilac #CEA3D0
RGB
CMYK
RGB Variations
Color information
#CEA3D0 (or 0xCEA3D0) is known color: Lilac. HEX triplet: CE, A3 and D0. RGB value is (206,163,208). Sum of RGB (Red+Green+Blue) = 206+163+208=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3D0 is #315C2F. Grayscale: #B4B4B4. Windows color (decimal): -3234864 or 13673422. OLE color: 13673422.
HSL color Cylindrical-coordinate representation of color #CEA3D0: hue angle of 297.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA3D0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 163 | 208 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.18 |
| HSL | 297.33º | 0.32% | 0.73% | - |
| HSV(B) | 297.33º | 0.22% | 0.82% | - |
| XYZ | 49.94 | 43.87 | 65.51 | - |
| YUV | 180.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 208 | 0.01 | 0.22 | 0 | 0.18 | 297.33 | 0.32 | 0.73 |
| Hex | CE | A3 | D0 | 1 | 16 | 0 | 12 | 129 | 20 | 49 |
| Octal | 316 | 243 | 320 | 1 | 26 | 0 | 22 | 451 | 40 | 111 |
| Binary | 11001110 | 10100011 | 11010000 | 1 | 10110 | 0 | 10010 | 100101001 | 100000 | 1001001 |
Color Harmonies of #CEA3D0
Complementary color
Monochromatic Colors of #CEA3D0
Black with #CEA3D0
Text Example
Text Example
White with #CEA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3D0; }
p { color: rgb(206,163,208); }
H1.HeaderClassName
{
color: #CEA3D0;
}
.AnyTagClassName
{
color: #CEA3D0;
}
</style>
background-color css
<style>
a { background-color: #CEA3D0; }
a { background-color: rgb(206,163,208); }
div.DivClassName
{
background-color: #CEA3D0;
}
.BgClassName
{
background-color: #CEA3D0;
}
</style>
border-color css
<style>
span { border-color: #CEA3D0; }
span { border-color: rgb(206,163,208); }
td.TdClassName
{
border-color: #CEA3D0;
}
.TagClassName
{
border-color: #CEA3D0;
}
</style>