Shades of Lilac #D5A2CB
Tints of Lilac #D5A2CB
RGB
CMYK
RGB Variations
Color information
#D5A2CB (or 0xD5A2CB) is known color: Lilac. HEX triplet: D5, A2 and CB. RGB value is (213,162,203). Sum of RGB (Red+Green+Blue) = 213+162+203=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2CB is #2A5D34. Grayscale: #B5B5B5. Windows color (decimal): -2776373 or 13345493. OLE color: 13345493.
HSL color Cylindrical-coordinate representation of color #D5A2CB: hue angle of 311.76º 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 #D5A2CB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 203 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.16 |
| HSL | 311.76º | 0.38% | 0.74% | - |
| HSV(B) | 311.76º | 0.24% | 0.84% | - |
| XYZ | 51.14 | 44.3 | 62.36 | - |
| YUV | 181.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 203 | 0 | 0.24 | 0.05 | 0.16 | 311.76 | 0.38 | 0.74 |
| Hex | D5 | A2 | CB | 0 | 18 | 5 | 10 | 138 | 26 | 4A |
| Octal | 325 | 242 | 313 | 0 | 30 | 5 | 20 | 470 | 46 | 112 |
| Binary | 11010101 | 10100010 | 11001011 | 0 | 11000 | 101 | 10000 | 100111000 | 100110 | 1001010 |
Color Harmonies of #D5A2CB
Complementary color
Monochromatic Colors of #D5A2CB
Black with #D5A2CB
Text Example
Text Example
White with #D5A2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2CB; }
p { color: rgb(213,162,203); }
H1.HeaderClassName
{
color: #D5A2CB;
}
.AnyTagClassName
{
color: #D5A2CB;
}
</style>
background-color css
<style>
a { background-color: #D5A2CB; }
a { background-color: rgb(213,162,203); }
div.DivClassName
{
background-color: #D5A2CB;
}
.BgClassName
{
background-color: #D5A2CB;
}
</style>
border-color css
<style>
span { border-color: #D5A2CB; }
span { border-color: rgb(213,162,203); }
td.TdClassName
{
border-color: #D5A2CB;
}
.TagClassName
{
border-color: #D5A2CB;
}
</style>