Shades of Lilac #D197CE
Tints of Lilac #D197CE
RGB
CMYK
RGB Variations
Color information
#D197CE (or 0xD197CE) is known color: Lilac. HEX triplet: D1, 97 and CE. RGB value is (209,151,206). Sum of RGB (Red+Green+Blue) = 209+151+206=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D197CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197CE is #2E6831. Grayscale: #AEAEAE. Windows color (decimal): -3041330 or 13539281. OLE color: 13539281.
HSL color Cylindrical-coordinate representation of color #D197CE: hue angle of 303.1º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D197CE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 206 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.18 |
| HSL | 303.1º | 0.39% | 0.71% | - |
| HSV(B) | 303.1º | 0.28% | 0.82% | - |
| XYZ | 48.5 | 40.14 | 63.58 | - |
| YUV | 174.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 206 | 0 | 0.28 | 0.01 | 0.18 | 303.1 | 0.39 | 0.71 |
| Hex | D1 | 97 | CE | 0 | 1C | 1 | 12 | 12F | 27 | 47 |
| Octal | 321 | 227 | 316 | 0 | 34 | 1 | 22 | 457 | 47 | 107 |
| Binary | 11010001 | 10010111 | 11001110 | 0 | 11100 | 1 | 10010 | 100101111 | 100111 | 1000111 |
Color Harmonies of #D197CE
Complementary color
Monochromatic Colors of #D197CE
Black with #D197CE
Text Example
Text Example
White with #D197CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D197CE; }
p { color: rgb(209,151,206); }
H1.HeaderClassName
{
color: #D197CE;
}
.AnyTagClassName
{
color: #D197CE;
}
</style>
background-color css
<style>
a { background-color: #D197CE; }
a { background-color: rgb(209,151,206); }
div.DivClassName
{
background-color: #D197CE;
}
.BgClassName
{
background-color: #D197CE;
}
</style>
border-color css
<style>
span { border-color: #D197CE; }
span { border-color: rgb(209,151,206); }
td.TdClassName
{
border-color: #D197CE;
}
.TagClassName
{
border-color: #D197CE;
}
</style>