Shades of Lilac #D196CB
Tints of Lilac #D196CB
RGB
CMYK
RGB Variations
Color information
#D196CB (or 0xD196CB) is known color: Lilac. HEX triplet: D1, 96 and CB. RGB value is (209,150,203). Sum of RGB (Red+Green+Blue) = 209+150+203=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D196CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196CB is #2E6934. Grayscale: #ADADAD. Windows color (decimal): -3041589 or 13342417. OLE color: 13342417.
HSL color Cylindrical-coordinate representation of color #D196CB: hue angle of 306.1º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D196CB is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 203 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.18 |
| HSL | 306.1º | 0.39% | 0.7% | - |
| HSV(B) | 306.1º | 0.28% | 0.82% | - |
| XYZ | 47.98 | 39.68 | 61.63 | - |
| YUV | 173.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 203 | 0 | 0.28 | 0.03 | 0.18 | 306.1 | 0.39 | 0.7 |
| Hex | D1 | 96 | CB | 0 | 1C | 3 | 12 | 132 | 27 | 46 |
| Octal | 321 | 226 | 313 | 0 | 34 | 3 | 22 | 462 | 47 | 106 |
| Binary | 11010001 | 10010110 | 11001011 | 0 | 11100 | 11 | 10010 | 100110010 | 100111 | 1000110 |
Color Harmonies of #D196CB
Complementary color
Monochromatic Colors of #D196CB
Black with #D196CB
Text Example
Text Example
White with #D196CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196CB; }
p { color: rgb(209,150,203); }
H1.HeaderClassName
{
color: #D196CB;
}
.AnyTagClassName
{
color: #D196CB;
}
</style>
background-color css
<style>
a { background-color: #D196CB; }
a { background-color: rgb(209,150,203); }
div.DivClassName
{
background-color: #D196CB;
}
.BgClassName
{
background-color: #D196CB;
}
</style>
border-color css
<style>
span { border-color: #D196CB; }
span { border-color: rgb(209,150,203); }
td.TdClassName
{
border-color: #D196CB;
}
.TagClassName
{
border-color: #D196CB;
}
</style>