Shades of Lilac #D5A4CF
Tints of Lilac #D5A4CF
RGB
CMYK
RGB Variations
Color information
#D5A4CF (or 0xD5A4CF) is known color: Lilac. HEX triplet: D5, A4 and CF. RGB value is (213,164,207). Sum of RGB (Red+Green+Blue) = 213+164+207=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4CF is #2A5B30. Grayscale: #B7B7B7. Windows color (decimal): -2775857 or 13608149. OLE color: 13608149.
HSL color Cylindrical-coordinate representation of color #D5A4CF: hue angle of 307.35º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A4CF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 207 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.16 |
| HSL | 307.35º | 0.37% | 0.74% | - |
| HSV(B) | 307.35º | 0.23% | 0.84% | - |
| XYZ | 51.98 | 45.2 | 65.02 | - |
| YUV | 183.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 207 | 0 | 0.23 | 0.03 | 0.16 | 307.35 | 0.37 | 0.74 |
| Hex | D5 | A4 | CF | 0 | 17 | 3 | 10 | 133 | 25 | 4A |
| Octal | 325 | 244 | 317 | 0 | 27 | 3 | 20 | 463 | 45 | 112 |
| Binary | 11010101 | 10100100 | 11001111 | 0 | 10111 | 11 | 10000 | 100110011 | 100101 | 1001010 |
Color Harmonies of #D5A4CF
Complementary color
Monochromatic Colors of #D5A4CF
Black with #D5A4CF
Text Example
Text Example
White with #D5A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4CF; }
p { color: rgb(213,164,207); }
H1.HeaderClassName
{
color: #D5A4CF;
}
.AnyTagClassName
{
color: #D5A4CF;
}
</style>
background-color css
<style>
a { background-color: #D5A4CF; }
a { background-color: rgb(213,164,207); }
div.DivClassName
{
background-color: #D5A4CF;
}
.BgClassName
{
background-color: #D5A4CF;
}
</style>
border-color css
<style>
span { border-color: #D5A4CF; }
span { border-color: rgb(213,164,207); }
td.TdClassName
{
border-color: #D5A4CF;
}
.TagClassName
{
border-color: #D5A4CF;
}
</style>