Shades of Lilac #D09CCB
Tints of Lilac #D09CCB
RGB
CMYK
RGB Variations
Color information
#D09CCB (or 0xD09CCB) is known color: Lilac. HEX triplet: D0, 9C and CB. RGB value is (208,156,203). Sum of RGB (Red+Green+Blue) = 208+156+203=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CCB is #2F6334. Grayscale: #B0B0B0. Windows color (decimal): -3105589 or 13343952. OLE color: 13343952.
HSL color Cylindrical-coordinate representation of color #D09CCB: hue angle of 305.77º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CCB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 203 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.18 |
| HSL | 305.77º | 0.36% | 0.71% | - |
| HSV(B) | 305.77º | 0.25% | 0.82% | - |
| XYZ | 48.68 | 41.5 | 61.94 | - |
| YUV | 176.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 203 | 0 | 0.25 | 0.02 | 0.18 | 305.77 | 0.36 | 0.71 |
| Hex | D0 | 9C | CB | 0 | 19 | 2 | 12 | 132 | 24 | 47 |
| Octal | 320 | 234 | 313 | 0 | 31 | 2 | 22 | 462 | 44 | 107 |
| Binary | 11010000 | 10011100 | 11001011 | 0 | 11001 | 10 | 10010 | 100110010 | 100100 | 1000111 |
Color Harmonies of #D09CCB
Complementary color
Monochromatic Colors of #D09CCB
Black with #D09CCB
Text Example
Text Example
White with #D09CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CCB; }
p { color: rgb(208,156,203); }
H1.HeaderClassName
{
color: #D09CCB;
}
.AnyTagClassName
{
color: #D09CCB;
}
</style>
background-color css
<style>
a { background-color: #D09CCB; }
a { background-color: rgb(208,156,203); }
div.DivClassName
{
background-color: #D09CCB;
}
.BgClassName
{
background-color: #D09CCB;
}
</style>
border-color css
<style>
span { border-color: #D09CCB; }
span { border-color: rgb(208,156,203); }
td.TdClassName
{
border-color: #D09CCB;
}
.TagClassName
{
border-color: #D09CCB;
}
</style>