Shades of Lilac #D5A6CE
Tints of Lilac #D5A6CE
RGB
CMYK
RGB Variations
Color information
#D5A6CE (or 0xD5A6CE) is known color: Lilac. HEX triplet: D5, A6 and CE. RGB value is (213,166,206). Sum of RGB (Red+Green+Blue) = 213+166+206=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6CE is #2A5931. Grayscale: #B8B8B8. Windows color (decimal): -2775346 or 13543125. OLE color: 13543125.
HSL color Cylindrical-coordinate representation of color #D5A6CE: hue angle of 308.94º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6CE is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 206 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.16 |
| HSL | 308.94º | 0.36% | 0.74% | - |
| HSV(B) | 308.94º | 0.22% | 0.84% | - |
| XYZ | 52.22 | 45.87 | 64.5 | - |
| YUV | 184.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 206 | 0 | 0.22 | 0.03 | 0.16 | 308.94 | 0.36 | 0.74 |
| Hex | D5 | A6 | CE | 0 | 16 | 3 | 10 | 135 | 24 | 4A |
| Octal | 325 | 246 | 316 | 0 | 26 | 3 | 20 | 465 | 44 | 112 |
| Binary | 11010101 | 10100110 | 11001110 | 0 | 10110 | 11 | 10000 | 100110101 | 100100 | 1001010 |
Color Harmonies of #D5A6CE
Complementary color
Monochromatic Colors of #D5A6CE
Black with #D5A6CE
Text Example
Text Example
White with #D5A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6CE; }
p { color: rgb(213,166,206); }
H1.HeaderClassName
{
color: #D5A6CE;
}
.AnyTagClassName
{
color: #D5A6CE;
}
</style>
background-color css
<style>
a { background-color: #D5A6CE; }
a { background-color: rgb(213,166,206); }
div.DivClassName
{
background-color: #D5A6CE;
}
.BgClassName
{
background-color: #D5A6CE;
}
</style>
border-color css
<style>
span { border-color: #D5A6CE; }
span { border-color: rgb(213,166,206); }
td.TdClassName
{
border-color: #D5A6CE;
}
.TagClassName
{
border-color: #D5A6CE;
}
</style>