Shades of Lilac #D4A5CF
Tints of Lilac #D4A5CF
RGB
CMYK
RGB Variations
Color information
#D4A5CF (or 0xD4A5CF) is known color: Lilac. HEX triplet: D4, A5 and CF. RGB value is (212,165,207). Sum of RGB (Red+Green+Blue) = 212+165+207=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5CF is #2B5A30. Grayscale: #B7B7B7. Windows color (decimal): -2841137 or 13608404. OLE color: 13608404.
HSL color Cylindrical-coordinate representation of color #D4A5CF: hue angle of 306.38º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5CF is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 207 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.17 |
| HSL | 306.38º | 0.35% | 0.74% | - |
| HSV(B) | 306.38º | 0.22% | 0.83% | - |
| XYZ | 51.87 | 45.41 | 65.06 | - |
| YUV | 183.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 207 | 0 | 0.22 | 0.02 | 0.17 | 306.38 | 0.35 | 0.74 |
| Hex | D4 | A5 | CF | 0 | 16 | 2 | 11 | 132 | 23 | 4A |
| Octal | 324 | 245 | 317 | 0 | 26 | 2 | 21 | 462 | 43 | 112 |
| Binary | 11010100 | 10100101 | 11001111 | 0 | 10110 | 10 | 10001 | 100110010 | 100011 | 1001010 |
Color Harmonies of #D4A5CF
Complementary color
Monochromatic Colors of #D4A5CF
Black with #D4A5CF
Text Example
Text Example
White with #D4A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A5CF; }
p { color: rgb(212,165,207); }
H1.HeaderClassName
{
color: #D4A5CF;
}
.AnyTagClassName
{
color: #D4A5CF;
}
</style>
background-color css
<style>
a { background-color: #D4A5CF; }
a { background-color: rgb(212,165,207); }
div.DivClassName
{
background-color: #D4A5CF;
}
.BgClassName
{
background-color: #D4A5CF;
}
</style>
border-color css
<style>
span { border-color: #D4A5CF; }
span { border-color: rgb(212,165,207); }
td.TdClassName
{
border-color: #D4A5CF;
}
.TagClassName
{
border-color: #D4A5CF;
}
</style>