Shades of Lilac #CE90D4
Tints of Lilac #CE90D4
RGB
CMYK
RGB Variations
Color information
#CE90D4 (or 0xCE90D4) is known color: Lilac. HEX triplet: CE, 90 and D4. RGB value is (206,144,212). Sum of RGB (Red+Green+Blue) = 206+144+212=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90D4 is #316F2B. Grayscale: #AAAAAA. Windows color (decimal): -3239724 or 13930702. OLE color: 13930702.
HSL color Cylindrical-coordinate representation of color #CE90D4: hue angle of 294.71º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE90D4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 144 | 212 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.17 |
| HSL | 294.71º | 0.44% | 0.7% | - |
| HSV(B) | 294.71º | 0.32% | 0.83% | - |
| XYZ | 47.31 | 37.82 | 67.09 | - |
| YUV | 170.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 212 | 0.03 | 0.32 | 0 | 0.17 | 294.71 | 0.44 | 0.7 |
| Hex | CE | 90 | D4 | 3 | 20 | 0 | 11 | 127 | 2C | 46 |
| Octal | 316 | 220 | 324 | 3 | 40 | 0 | 21 | 447 | 54 | 106 |
| Binary | 11001110 | 10010000 | 11010100 | 11 | 100000 | 0 | 10001 | 100100111 | 101100 | 1000110 |
Color Harmonies of #CE90D4
Complementary color
Monochromatic Colors of #CE90D4
Black with #CE90D4
Text Example
Text Example
White with #CE90D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90D4; }
p { color: rgb(206,144,212); }
H1.HeaderClassName
{
color: #CE90D4;
}
.AnyTagClassName
{
color: #CE90D4;
}
</style>
background-color css
<style>
a { background-color: #CE90D4; }
a { background-color: rgb(206,144,212); }
div.DivClassName
{
background-color: #CE90D4;
}
.BgClassName
{
background-color: #CE90D4;
}
</style>
border-color css
<style>
span { border-color: #CE90D4; }
span { border-color: rgb(206,144,212); }
td.TdClassName
{
border-color: #CE90D4;
}
.TagClassName
{
border-color: #CE90D4;
}
</style>