Shades of Lilac #CEA8D3
Tints of Lilac #CEA8D3
RGB
CMYK
RGB Variations
Color information
#CEA8D3 (or 0xCEA8D3) is known color: Lilac. HEX triplet: CE, A8 and D3. RGB value is (206,168,211). Sum of RGB (Red+Green+Blue) = 206+168+211=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D3 is #31572C. Grayscale: #B8B8B8. Windows color (decimal): -3233581 or 13871310. OLE color: 13871310.
HSL color Cylindrical-coordinate representation of color #CEA8D3: hue angle of 293.02º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA8D3 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 168 | 211 | - |
CMYK | 0.02 | 0.20 | 0 | 0.17 |
HSL | 293.02º | 0.33% | 0.74% | - |
HSV(B) | 293.02º | 0.2% | 0.83% | - |
XYZ | 51.21 | 45.83 | 67.77 | - |
YUV | 184.26 | 143.09 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 168 | 211 | 0.02 | 0.20 | 0 | 0.17 | 293.02 | 0.33 | 0.74 |
Hex | CE | A8 | D3 | 2 | 14 | 0 | 11 | 125 | 21 | 4A |
Octal | 316 | 250 | 323 | 2 | 24 | 0 | 21 | 445 | 41 | 112 |
Binary | 11001110 | 10101000 | 11010011 | 10 | 10100 | 0 | 10001 | 100100101 | 100001 | 1001010 |
Color Harmonies of #CEA8D3
Complementary color
Monochromatic Colors of #CEA8D3
Black with #CEA8D3
Text Example
Text Example
White with #CEA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8D3; }
p { color: rgb(206,168,211); }
H1.HeaderClassName
{
color: #CEA8D3;
}
.AnyTagClassName
{
color: #CEA8D3;
}
</style>
background-color css
<style>
a { background-color: #CEA8D3; }
a { background-color: rgb(206,168,211); }
div.DivClassName
{
background-color: #CEA8D3;
}
.BgClassName
{
background-color: #CEA8D3;
}
</style>
border-color css
<style>
span { border-color: #CEA8D3; }
span { border-color: rgb(206,168,211); }
td.TdClassName
{
border-color: #CEA8D3;
}
.TagClassName
{
border-color: #CEA8D3;
}
</style>