Shades of Lilac #D198CE
Tints of Lilac #D198CE
RGB
CMYK
RGB Variations
Color information
#D198CE (or 0xD198CE) is known color: Lilac. HEX triplet: D1, 98 and CE. RGB value is (209,152,206). Sum of RGB (Red+Green+Blue) = 209+152+206=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D198CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198CE is #2E6731. Grayscale: #AFAFAF. Windows color (decimal): -3041074 or 13539537. OLE color: 13539537.
HSL color Cylindrical-coordinate representation of color #D198CE: hue angle of 303.16º degrees, saturation: 0.38, 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 #D198CE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 206 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.18 |
| HSL | 303.16º | 0.38% | 0.71% | - |
| HSV(B) | 303.16º | 0.27% | 0.82% | - |
| XYZ | 48.66 | 40.47 | 63.64 | - |
| YUV | 175.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 206 | 0 | 0.27 | 0.01 | 0.18 | 303.16 | 0.38 | 0.71 |
| Hex | D1 | 98 | CE | 0 | 1B | 1 | 12 | 12F | 26 | 47 |
| Octal | 321 | 230 | 316 | 0 | 33 | 1 | 22 | 457 | 46 | 107 |
| Binary | 11010001 | 10011000 | 11001110 | 0 | 11011 | 1 | 10010 | 100101111 | 100110 | 1000111 |
Color Harmonies of #D198CE
Complementary color
Monochromatic Colors of #D198CE
Black with #D198CE
Text Example
Text Example
White with #D198CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198CE; }
p { color: rgb(209,152,206); }
H1.HeaderClassName
{
color: #D198CE;
}
.AnyTagClassName
{
color: #D198CE;
}
</style>
background-color css
<style>
a { background-color: #D198CE; }
a { background-color: rgb(209,152,206); }
div.DivClassName
{
background-color: #D198CE;
}
.BgClassName
{
background-color: #D198CE;
}
</style>
border-color css
<style>
span { border-color: #D198CE; }
span { border-color: rgb(209,152,206); }
td.TdClassName
{
border-color: #D198CE;
}
.TagClassName
{
border-color: #D198CE;
}
</style>