Shades of Lilac #D0A7CE
Tints of Lilac #D0A7CE
RGB
CMYK
RGB Variations
Color information
#D0A7CE (or 0xD0A7CE) is known color: Lilac. HEX triplet: D0, A7 and CE. RGB value is (208,167,206). Sum of RGB (Red+Green+Blue) = 208+167+206=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7CE is #2F5831. Grayscale: #B7B7B7. Windows color (decimal): -3102770 or 13543376. OLE color: 13543376.
HSL color Cylindrical-coordinate representation of color #D0A7CE: hue angle of 302.93º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A7CE is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 206 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.18 |
| HSL | 302.93º | 0.3% | 0.74% | - |
| HSV(B) | 302.93º | 0.2% | 0.82% | - |
| XYZ | 50.97 | 45.5 | 64.49 | - |
| YUV | 183.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 206 | 0 | 0.20 | 0.01 | 0.18 | 302.93 | 0.3 | 0.74 |
| Hex | D0 | A7 | CE | 0 | 14 | 1 | 12 | 12F | 1E | 4A |
| Octal | 320 | 247 | 316 | 0 | 24 | 1 | 22 | 457 | 36 | 112 |
| Binary | 11010000 | 10100111 | 11001110 | 0 | 10100 | 1 | 10010 | 100101111 | 11110 | 1001010 |
Color Harmonies of #D0A7CE
Complementary color
Monochromatic Colors of #D0A7CE
Black with #D0A7CE
Text Example
Text Example
White with #D0A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7CE; }
p { color: rgb(208,167,206); }
H1.HeaderClassName
{
color: #D0A7CE;
}
.AnyTagClassName
{
color: #D0A7CE;
}
</style>
background-color css
<style>
a { background-color: #D0A7CE; }
a { background-color: rgb(208,167,206); }
div.DivClassName
{
background-color: #D0A7CE;
}
.BgClassName
{
background-color: #D0A7CE;
}
</style>
border-color css
<style>
span { border-color: #D0A7CE; }
span { border-color: rgb(208,167,206); }
td.TdClassName
{
border-color: #D0A7CE;
}
.TagClassName
{
border-color: #D0A7CE;
}
</style>