Shades of Lilac #D0A2CF
Tints of Lilac #D0A2CF
RGB
CMYK
RGB Variations
Color information
#D0A2CF (or 0xD0A2CF) is known color: Lilac. HEX triplet: D0, A2 and CF. RGB value is (208,162,207). Sum of RGB (Red+Green+Blue) = 208+162+207=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2CF is #2F5D30. Grayscale: #B4B4B4. Windows color (decimal): -3104049 or 13607632. OLE color: 13607632.
HSL color Cylindrical-coordinate representation of color #D0A2CF: hue angle of 301.3º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2CF is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 207 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.18 |
| HSL | 301.3º | 0.33% | 0.73% | - |
| HSV(B) | 301.3º | 0.22% | 0.82% | - |
| XYZ | 50.2 | 43.76 | 64.83 | - |
| YUV | 180.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 207 | 0 | 0.22 | 0.00 | 0.18 | 301.3 | 0.33 | 0.73 |
| Hex | D0 | A2 | CF | 0 | 16 | 0 | 12 | 12D | 21 | 49 |
| Octal | 320 | 242 | 317 | 0 | 26 | 0 | 22 | 455 | 41 | 111 |
| Binary | 11010000 | 10100010 | 11001111 | 0 | 10110 | 0 | 10010 | 100101101 | 100001 | 1001001 |
Color Harmonies of #D0A2CF
Complementary color
Monochromatic Colors of #D0A2CF
Black with #D0A2CF
Text Example
Text Example
White with #D0A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2CF; }
p { color: rgb(208,162,207); }
H1.HeaderClassName
{
color: #D0A2CF;
}
.AnyTagClassName
{
color: #D0A2CF;
}
</style>
background-color css
<style>
a { background-color: #D0A2CF; }
a { background-color: rgb(208,162,207); }
div.DivClassName
{
background-color: #D0A2CF;
}
.BgClassName
{
background-color: #D0A2CF;
}
</style>
border-color css
<style>
span { border-color: #D0A2CF; }
span { border-color: rgb(208,162,207); }
td.TdClassName
{
border-color: #D0A2CF;
}
.TagClassName
{
border-color: #D0A2CF;
}
</style>