Shades of Lilac #D5A4CA
Tints of Lilac #D5A4CA
RGB
CMYK
RGB Variations
Color information
#D5A4CA (or 0xD5A4CA) is known color: Lilac. HEX triplet: D5, A4 and CA. RGB value is (213,164,202). Sum of RGB (Red+Green+Blue) = 213+164+202=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4CA is #2A5B35. Grayscale: #B6B6B6. Windows color (decimal): -2775862 or 13280469. OLE color: 13280469.
HSL color Cylindrical-coordinate representation of color #D5A4CA: hue angle of 313.47º 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 #D5A4CA is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 202 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.16 |
| HSL | 313.47º | 0.37% | 0.74% | - |
| HSV(B) | 313.47º | 0.23% | 0.84% | - |
| XYZ | 51.38 | 44.96 | 61.85 | - |
| YUV | 182.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 202 | 0 | 0.23 | 0.05 | 0.16 | 313.47 | 0.37 | 0.74 |
| Hex | D5 | A4 | CA | 0 | 17 | 5 | 10 | 139 | 25 | 4A |
| Octal | 325 | 244 | 312 | 0 | 27 | 5 | 20 | 471 | 45 | 112 |
| Binary | 11010101 | 10100100 | 11001010 | 0 | 10111 | 101 | 10000 | 100111001 | 100101 | 1001010 |
Color Harmonies of #D5A4CA
Complementary color
Monochromatic Colors of #D5A4CA
Black with #D5A4CA
Text Example
Text Example
White with #D5A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4CA; }
p { color: rgb(213,164,202); }
H1.HeaderClassName
{
color: #D5A4CA;
}
.AnyTagClassName
{
color: #D5A4CA;
}
</style>
background-color css
<style>
a { background-color: #D5A4CA; }
a { background-color: rgb(213,164,202); }
div.DivClassName
{
background-color: #D5A4CA;
}
.BgClassName
{
background-color: #D5A4CA;
}
</style>
border-color css
<style>
span { border-color: #D5A4CA; }
span { border-color: rgb(213,164,202); }
td.TdClassName
{
border-color: #D5A4CA;
}
.TagClassName
{
border-color: #D5A4CA;
}
</style>