Shades of Lilac #D0A2C6
Tints of Lilac #D0A2C6
RGB
CMYK
RGB Variations
Color information
#D0A2C6 (or 0xD0A2C6) is known color: Lilac. HEX triplet: D0, A2 and C6. RGB value is (208,162,198). Sum of RGB (Red+Green+Blue) = 208+162+198=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2C6 is #2F5D39. Grayscale: #B3B3B3. Windows color (decimal): -3104058 or 13017808. OLE color: 13017808.
HSL color Cylindrical-coordinate representation of color #D0A2C6: hue angle of 313.04º 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 #D0A2C6 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 198 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.18 |
| HSL | 313.04º | 0.33% | 0.73% | - |
| HSV(B) | 313.04º | 0.22% | 0.82% | - |
| XYZ | 49.13 | 43.33 | 59.2 | - |
| YUV | 179.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 198 | 0 | 0.22 | 0.05 | 0.18 | 313.04 | 0.33 | 0.73 |
| Hex | D0 | A2 | C6 | 0 | 16 | 5 | 12 | 139 | 21 | 49 |
| Octal | 320 | 242 | 306 | 0 | 26 | 5 | 22 | 471 | 41 | 111 |
| Binary | 11010000 | 10100010 | 11000110 | 0 | 10110 | 101 | 10010 | 100111001 | 100001 | 1001001 |
Color Harmonies of #D0A2C6
Complementary color
Monochromatic Colors of #D0A2C6
Black with #D0A2C6
Text Example
Text Example
White with #D0A2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2C6; }
p { color: rgb(208,162,198); }
H1.HeaderClassName
{
color: #D0A2C6;
}
.AnyTagClassName
{
color: #D0A2C6;
}
</style>
background-color css
<style>
a { background-color: #D0A2C6; }
a { background-color: rgb(208,162,198); }
div.DivClassName
{
background-color: #D0A2C6;
}
.BgClassName
{
background-color: #D0A2C6;
}
</style>
border-color css
<style>
span { border-color: #D0A2C6; }
span { border-color: rgb(208,162,198); }
td.TdClassName
{
border-color: #D0A2C6;
}
.TagClassName
{
border-color: #D0A2C6;
}
</style>