Shades of Lilac #CE90CC
Tints of Lilac #CE90CC
RGB
CMYK
RGB Variations
Color information
#CE90CC (or 0xCE90CC) is known color: Lilac. HEX triplet: CE, 90 and CC. RGB value is (206,144,204). Sum of RGB (Red+Green+Blue) = 206+144+204=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90CC is #316F33. Grayscale: #A9A9A9. Windows color (decimal): -3239732 or 13406414. OLE color: 13406414.
HSL color Cylindrical-coordinate representation of color #CE90CC: hue angle of 301.94º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90CC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 204 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.19 |
| HSL | 301.94º | 0.39% | 0.69% | - |
| HSV(B) | 301.94º | 0.3% | 0.81% | - |
| XYZ | 46.33 | 37.43 | 61.91 | - |
| YUV | 169.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 204 | 0 | 0.30 | 0.01 | 0.19 | 301.94 | 0.39 | 0.69 |
| Hex | CE | 90 | CC | 0 | 1E | 1 | 13 | 12E | 27 | 45 |
| Octal | 316 | 220 | 314 | 0 | 36 | 1 | 23 | 456 | 47 | 105 |
| Binary | 11001110 | 10010000 | 11001100 | 0 | 11110 | 1 | 10011 | 100101110 | 100111 | 1000101 |
Color Harmonies of #CE90CC
Complementary color
Monochromatic Colors of #CE90CC
Black with #CE90CC
Text Example
Text Example
White with #CE90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90CC; }
p { color: rgb(206,144,204); }
H1.HeaderClassName
{
color: #CE90CC;
}
.AnyTagClassName
{
color: #CE90CC;
}
</style>
background-color css
<style>
a { background-color: #CE90CC; }
a { background-color: rgb(206,144,204); }
div.DivClassName
{
background-color: #CE90CC;
}
.BgClassName
{
background-color: #CE90CC;
}
</style>
border-color css
<style>
span { border-color: #CE90CC; }
span { border-color: rgb(206,144,204); }
td.TdClassName
{
border-color: #CE90CC;
}
.TagClassName
{
border-color: #CE90CC;
}
</style>