Shades of Lilac #D2A6CE
Tints of Lilac #D2A6CE
RGB
CMYK
RGB Variations
Color information
#D2A6CE (or 0xD2A6CE) is known color: Lilac. HEX triplet: D2, A6 and CE. RGB value is (210,166,206). Sum of RGB (Red+Green+Blue) = 210+166+206=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6CE is #2D5931. Grayscale: #B7B7B7. Windows color (decimal): -2971954 or 13543122. OLE color: 13543122.
HSL color Cylindrical-coordinate representation of color #D2A6CE: hue angle of 305.45º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6CE is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 206 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.18 |
| HSL | 305.45º | 0.33% | 0.74% | - |
| HSV(B) | 305.45º | 0.21% | 0.82% | - |
| XYZ | 51.36 | 45.43 | 64.45 | - |
| YUV | 183.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 206 | 0 | 0.21 | 0.02 | 0.18 | 305.45 | 0.33 | 0.74 |
| Hex | D2 | A6 | CE | 0 | 15 | 2 | 12 | 131 | 21 | 4A |
| Octal | 322 | 246 | 316 | 0 | 25 | 2 | 22 | 461 | 41 | 112 |
| Binary | 11010010 | 10100110 | 11001110 | 0 | 10101 | 10 | 10010 | 100110001 | 100001 | 1001010 |
Color Harmonies of #D2A6CE
Complementary color
Monochromatic Colors of #D2A6CE
Black with #D2A6CE
Text Example
Text Example
White with #D2A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A6CE; }
p { color: rgb(210,166,206); }
H1.HeaderClassName
{
color: #D2A6CE;
}
.AnyTagClassName
{
color: #D2A6CE;
}
</style>
background-color css
<style>
a { background-color: #D2A6CE; }
a { background-color: rgb(210,166,206); }
div.DivClassName
{
background-color: #D2A6CE;
}
.BgClassName
{
background-color: #D2A6CE;
}
</style>
border-color css
<style>
span { border-color: #D2A6CE; }
span { border-color: rgb(210,166,206); }
td.TdClassName
{
border-color: #D2A6CE;
}
.TagClassName
{
border-color: #D2A6CE;
}
</style>