Shades of Lilac #D096CB
Tints of Lilac #D096CB
RGB
CMYK
RGB Variations
Color information
#D096CB (or 0xD096CB) is known color: Lilac. HEX triplet: D0, 96 and CB. RGB value is (208,150,203). Sum of RGB (Red+Green+Blue) = 208+150+203=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D096CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096CB is #2F6934. Grayscale: #ADADAD. Windows color (decimal): -3107125 or 13342416. OLE color: 13342416.
HSL color Cylindrical-coordinate representation of color #D096CB: hue angle of 305.17º degrees, saturation: 0.38, 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 #D096CB is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 203 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.18 |
| HSL | 305.17º | 0.38% | 0.7% | - |
| HSV(B) | 305.17º | 0.28% | 0.82% | - |
| XYZ | 47.7 | 39.53 | 61.62 | - |
| YUV | 173.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 203 | 0 | 0.28 | 0.02 | 0.18 | 305.17 | 0.38 | 0.7 |
| Hex | D0 | 96 | CB | 0 | 1C | 2 | 12 | 131 | 26 | 46 |
| Octal | 320 | 226 | 313 | 0 | 34 | 2 | 22 | 461 | 46 | 106 |
| Binary | 11010000 | 10010110 | 11001011 | 0 | 11100 | 10 | 10010 | 100110001 | 100110 | 1000110 |
Color Harmonies of #D096CB
Complementary color
Monochromatic Colors of #D096CB
Black with #D096CB
Text Example
Text Example
White with #D096CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096CB; }
p { color: rgb(208,150,203); }
H1.HeaderClassName
{
color: #D096CB;
}
.AnyTagClassName
{
color: #D096CB;
}
</style>
background-color css
<style>
a { background-color: #D096CB; }
a { background-color: rgb(208,150,203); }
div.DivClassName
{
background-color: #D096CB;
}
.BgClassName
{
background-color: #D096CB;
}
</style>
border-color css
<style>
span { border-color: #D096CB; }
span { border-color: rgb(208,150,203); }
td.TdClassName
{
border-color: #D096CB;
}
.TagClassName
{
border-color: #D096CB;
}
</style>