Shades of Lilac #D5A8CE
Tints of Lilac #D5A8CE
RGB
CMYK
RGB Variations
Color information
#D5A8CE (or 0xD5A8CE) is known color: Lilac. HEX triplet: D5, A8 and CE. RGB value is (213,168,206). Sum of RGB (Red+Green+Blue) = 213+168+206=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8CE is #2A5731. Grayscale: #B9B9B9. Windows color (decimal): -2774834 or 13543637. OLE color: 13543637.
HSL color Cylindrical-coordinate representation of color #D5A8CE: hue angle of 309.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8CE is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 206 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.16 |
| HSL | 309.33º | 0.35% | 0.75% | - |
| HSV(B) | 309.33º | 0.21% | 0.84% | - |
| XYZ | 52.58 | 46.61 | 64.62 | - |
| YUV | 185.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 206 | 0 | 0.21 | 0.03 | 0.16 | 309.33 | 0.35 | 0.75 |
| Hex | D5 | A8 | CE | 0 | 15 | 3 | 10 | 135 | 23 | 4B |
| Octal | 325 | 250 | 316 | 0 | 25 | 3 | 20 | 465 | 43 | 113 |
| Binary | 11010101 | 10101000 | 11001110 | 0 | 10101 | 11 | 10000 | 100110101 | 100011 | 1001011 |
Color Harmonies of #D5A8CE
Complementary color
Monochromatic Colors of #D5A8CE
Black with #D5A8CE
Text Example
Text Example
White with #D5A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8CE; }
p { color: rgb(213,168,206); }
H1.HeaderClassName
{
color: #D5A8CE;
}
.AnyTagClassName
{
color: #D5A8CE;
}
</style>
background-color css
<style>
a { background-color: #D5A8CE; }
a { background-color: rgb(213,168,206); }
div.DivClassName
{
background-color: #D5A8CE;
}
.BgClassName
{
background-color: #D5A8CE;
}
</style>
border-color css
<style>
span { border-color: #D5A8CE; }
span { border-color: rgb(213,168,206); }
td.TdClassName
{
border-color: #D5A8CE;
}
.TagClassName
{
border-color: #D5A8CE;
}
</style>