Shades of Lilac #D098CE
Tints of Lilac #D098CE
RGB
CMYK
RGB Variations
Color information
#D098CE (or 0xD098CE) is known color: Lilac. HEX triplet: D0, 98 and CE. RGB value is (208,152,206). Sum of RGB (Red+Green+Blue) = 208+152+206=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D098CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098CE is #2F6731. Grayscale: #AEAEAE. Windows color (decimal): -3106610 or 13539536. OLE color: 13539536.
HSL color Cylindrical-coordinate representation of color #D098CE: hue angle of 302.14º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D098CE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 206 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.18 |
| HSL | 302.14º | 0.37% | 0.71% | - |
| HSV(B) | 302.14º | 0.27% | 0.82% | - |
| XYZ | 48.38 | 40.32 | 63.63 | - |
| YUV | 174.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 206 | 0 | 0.27 | 0.01 | 0.18 | 302.14 | 0.37 | 0.71 |
| Hex | D0 | 98 | CE | 0 | 1B | 1 | 12 | 12E | 25 | 47 |
| Octal | 320 | 230 | 316 | 0 | 33 | 1 | 22 | 456 | 45 | 107 |
| Binary | 11010000 | 10011000 | 11001110 | 0 | 11011 | 1 | 10010 | 100101110 | 100101 | 1000111 |
Color Harmonies of #D098CE
Complementary color
Monochromatic Colors of #D098CE
Black with #D098CE
Text Example
Text Example
White with #D098CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098CE; }
p { color: rgb(208,152,206); }
H1.HeaderClassName
{
color: #D098CE;
}
.AnyTagClassName
{
color: #D098CE;
}
</style>
background-color css
<style>
a { background-color: #D098CE; }
a { background-color: rgb(208,152,206); }
div.DivClassName
{
background-color: #D098CE;
}
.BgClassName
{
background-color: #D098CE;
}
</style>
border-color css
<style>
span { border-color: #D098CE; }
span { border-color: rgb(208,152,206); }
td.TdClassName
{
border-color: #D098CE;
}
.TagClassName
{
border-color: #D098CE;
}
</style>