Shades of Lilac #D5A2CF
Tints of Lilac #D5A2CF
RGB
CMYK
RGB Variations
Color information
#D5A2CF (or 0xD5A2CF) is known color: Lilac. HEX triplet: D5, A2 and CF. RGB value is (213,162,207). Sum of RGB (Red+Green+Blue) = 213+162+207=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2CF is #2A5D30. Grayscale: #B6B6B6. Windows color (decimal): -2776369 or 13607637. OLE color: 13607637.
HSL color Cylindrical-coordinate representation of color #D5A2CF: hue angle of 307.06º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2CF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 207 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.16 |
| HSL | 307.06º | 0.38% | 0.74% | - |
| HSV(B) | 307.06º | 0.24% | 0.84% | - |
| XYZ | 51.62 | 44.49 | 64.9 | - |
| YUV | 182.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 207 | 0 | 0.24 | 0.03 | 0.16 | 307.06 | 0.38 | 0.74 |
| Hex | D5 | A2 | CF | 0 | 18 | 3 | 10 | 133 | 26 | 4A |
| Octal | 325 | 242 | 317 | 0 | 30 | 3 | 20 | 463 | 46 | 112 |
| Binary | 11010101 | 10100010 | 11001111 | 0 | 11000 | 11 | 10000 | 100110011 | 100110 | 1001010 |
Color Harmonies of #D5A2CF
Complementary color
Monochromatic Colors of #D5A2CF
Black with #D5A2CF
Text Example
Text Example
White with #D5A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2CF; }
p { color: rgb(213,162,207); }
H1.HeaderClassName
{
color: #D5A2CF;
}
.AnyTagClassName
{
color: #D5A2CF;
}
</style>
background-color css
<style>
a { background-color: #D5A2CF; }
a { background-color: rgb(213,162,207); }
div.DivClassName
{
background-color: #D5A2CF;
}
.BgClassName
{
background-color: #D5A2CF;
}
</style>
border-color css
<style>
span { border-color: #D5A2CF; }
span { border-color: rgb(213,162,207); }
td.TdClassName
{
border-color: #D5A2CF;
}
.TagClassName
{
border-color: #D5A2CF;
}
</style>