Shades of Lilac #D0B1CF
Tints of Lilac #D0B1CF
RGB
CMYK
RGB Variations
Color information
#D0B1CF (or 0xD0B1CF) is known color: Lilac. HEX triplet: D0, B1 and CF. RGB value is (208,177,207). Sum of RGB (Red+Green+Blue) = 208+177+207=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B1CF is #2F4E30. Grayscale: #BDBDBD. Windows color (decimal): -3100209 or 13611472. OLE color: 13611472.
HSL color Cylindrical-coordinate representation of color #D0B1CF: hue angle of 301.94º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B1CF is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 207 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.18 |
| HSL | 301.94º | 0.25% | 0.75% | - |
| HSV(B) | 301.94º | 0.15% | 0.82% | - |
| XYZ | 53 | 49.36 | 65.77 | - |
| YUV | 189.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 207 | 0 | 0.15 | 0.00 | 0.18 | 301.94 | 0.25 | 0.75 |
| Hex | D0 | B1 | CF | 0 | F | 0 | 12 | 12E | 19 | 4B |
| Octal | 320 | 261 | 317 | 0 | 17 | 0 | 22 | 456 | 31 | 113 |
| Binary | 11010000 | 10110001 | 11001111 | 0 | 1111 | 0 | 10010 | 100101110 | 11001 | 1001011 |
Color Harmonies of #D0B1CF
Complementary color
Monochromatic Colors of #D0B1CF
Black with #D0B1CF
Text Example
Text Example
White with #D0B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B1CF; }
p { color: rgb(208,177,207); }
H1.HeaderClassName
{
color: #D0B1CF;
}
.AnyTagClassName
{
color: #D0B1CF;
}
</style>
background-color css
<style>
a { background-color: #D0B1CF; }
a { background-color: rgb(208,177,207); }
div.DivClassName
{
background-color: #D0B1CF;
}
.BgClassName
{
background-color: #D0B1CF;
}
</style>
border-color css
<style>
span { border-color: #D0B1CF; }
span { border-color: rgb(208,177,207); }
td.TdClassName
{
border-color: #D0B1CF;
}
.TagClassName
{
border-color: #D0B1CF;
}
</style>