Shades of Lilac #D09FCB
Tints of Lilac #D09FCB
RGB
CMYK
RGB Variations
Color information
#D09FCB (or 0xD09FCB) is known color: Lilac. HEX triplet: D0, 9F and CB. RGB value is (208,159,203). Sum of RGB (Red+Green+Blue) = 208+159+203=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FCB is #2F6034. Grayscale: #B2B2B2. Windows color (decimal): -3104821 or 13344720. OLE color: 13344720.
HSL color Cylindrical-coordinate representation of color #D09FCB: hue angle of 306.12º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FCB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 203 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.18 |
| HSL | 306.12º | 0.34% | 0.72% | - |
| HSV(B) | 306.12º | 0.24% | 0.82% | - |
| XYZ | 49.19 | 42.52 | 62.11 | - |
| YUV | 178.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 203 | 0 | 0.24 | 0.02 | 0.18 | 306.12 | 0.34 | 0.72 |
| Hex | D0 | 9F | CB | 0 | 18 | 2 | 12 | 132 | 22 | 48 |
| Octal | 320 | 237 | 313 | 0 | 30 | 2 | 22 | 462 | 42 | 110 |
| Binary | 11010000 | 10011111 | 11001011 | 0 | 11000 | 10 | 10010 | 100110010 | 100010 | 1001000 |
Color Harmonies of #D09FCB
Complementary color
Monochromatic Colors of #D09FCB
Black with #D09FCB
Text Example
Text Example
White with #D09FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FCB; }
p { color: rgb(208,159,203); }
H1.HeaderClassName
{
color: #D09FCB;
}
.AnyTagClassName
{
color: #D09FCB;
}
</style>
background-color css
<style>
a { background-color: #D09FCB; }
a { background-color: rgb(208,159,203); }
div.DivClassName
{
background-color: #D09FCB;
}
.BgClassName
{
background-color: #D09FCB;
}
</style>
border-color css
<style>
span { border-color: #D09FCB; }
span { border-color: rgb(208,159,203); }
td.TdClassName
{
border-color: #D09FCB;
}
.TagClassName
{
border-color: #D09FCB;
}
</style>