Shades of Lilac #D2A5CF
Tints of Lilac #D2A5CF
RGB
CMYK
RGB Variations
Color information
#D2A5CF (or 0xD2A5CF) is known color: Lilac. HEX triplet: D2, A5 and CF. RGB value is (210,165,207). Sum of RGB (Red+Green+Blue) = 210+165+207=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A5CF is #2D5A30. Grayscale: #B7B7B7. Windows color (decimal): -2972209 or 13608402. OLE color: 13608402.
HSL color Cylindrical-coordinate representation of color #D2A5CF: hue angle of 304º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A5CF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 207 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.18 |
| HSL | 304º | 0.33% | 0.74% | - |
| HSV(B) | 304º | 0.21% | 0.82% | - |
| XYZ | 51.3 | 45.12 | 65.04 | - |
| YUV | 183.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 207 | 0 | 0.21 | 0.01 | 0.18 | 304 | 0.33 | 0.74 |
| Hex | D2 | A5 | CF | 0 | 15 | 1 | 12 | 130 | 21 | 4A |
| Octal | 322 | 245 | 317 | 0 | 25 | 1 | 22 | 460 | 41 | 112 |
| Binary | 11010010 | 10100101 | 11001111 | 0 | 10101 | 1 | 10010 | 100110000 | 100001 | 1001010 |
Color Harmonies of #D2A5CF
Complementary color
Monochromatic Colors of #D2A5CF
Black with #D2A5CF
Text Example
Text Example
White with #D2A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A5CF; }
p { color: rgb(210,165,207); }
H1.HeaderClassName
{
color: #D2A5CF;
}
.AnyTagClassName
{
color: #D2A5CF;
}
</style>
background-color css
<style>
a { background-color: #D2A5CF; }
a { background-color: rgb(210,165,207); }
div.DivClassName
{
background-color: #D2A5CF;
}
.BgClassName
{
background-color: #D2A5CF;
}
</style>
border-color css
<style>
span { border-color: #D2A5CF; }
span { border-color: rgb(210,165,207); }
td.TdClassName
{
border-color: #D2A5CF;
}
.TagClassName
{
border-color: #D2A5CF;
}
</style>