Shades of Lilac #D099CE
Tints of Lilac #D099CE
RGB
CMYK
RGB Variations
Color information
#D099CE (or 0xD099CE) is known color: Lilac. HEX triplet: D0, 99 and CE. RGB value is (208,153,206). Sum of RGB (Red+Green+Blue) = 208+153+206=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D099CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099CE is #2F6631. Grayscale: #AFAFAF. Windows color (decimal): -3106354 or 13539792. OLE color: 13539792.
HSL color Cylindrical-coordinate representation of color #D099CE: hue angle of 302.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099CE is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 206 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.18 |
| HSL | 302.18º | 0.37% | 0.71% | - |
| HSV(B) | 302.18º | 0.26% | 0.82% | - |
| XYZ | 48.54 | 40.65 | 63.68 | - |
| YUV | 175.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 206 | 0 | 0.26 | 0.01 | 0.18 | 302.18 | 0.37 | 0.71 |
| Hex | D0 | 99 | CE | 0 | 1A | 1 | 12 | 12E | 25 | 47 |
| Octal | 320 | 231 | 316 | 0 | 32 | 1 | 22 | 456 | 45 | 107 |
| Binary | 11010000 | 10011001 | 11001110 | 0 | 11010 | 1 | 10010 | 100101110 | 100101 | 1000111 |
Color Harmonies of #D099CE
Complementary color
Monochromatic Colors of #D099CE
Black with #D099CE
Text Example
Text Example
White with #D099CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099CE; }
p { color: rgb(208,153,206); }
H1.HeaderClassName
{
color: #D099CE;
}
.AnyTagClassName
{
color: #D099CE;
}
</style>
background-color css
<style>
a { background-color: #D099CE; }
a { background-color: rgb(208,153,206); }
div.DivClassName
{
background-color: #D099CE;
}
.BgClassName
{
background-color: #D099CE;
}
</style>
border-color css
<style>
span { border-color: #D099CE; }
span { border-color: rgb(208,153,206); }
td.TdClassName
{
border-color: #D099CE;
}
.TagClassName
{
border-color: #D099CE;
}
</style>