Shades of Lilac #D5A0CB
Tints of Lilac #D5A0CB
RGB
CMYK
RGB Variations
Color information
#D5A0CB (or 0xD5A0CB) is known color: Lilac. HEX triplet: D5, A0 and CB. RGB value is (213,160,203). Sum of RGB (Red+Green+Blue) = 213+160+203=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CB is #2A5F34. Grayscale: #B4B4B4. Windows color (decimal): -2776885 or 13344981. OLE color: 13344981.
HSL color Cylindrical-coordinate representation of color #D5A0CB: hue angle of 311.32º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0CB is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 203 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.16 |
| HSL | 311.32º | 0.39% | 0.73% | - |
| HSV(B) | 311.32º | 0.25% | 0.84% | - |
| XYZ | 50.79 | 43.6 | 62.24 | - |
| YUV | 180.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 203 | 0 | 0.25 | 0.05 | 0.16 | 311.32 | 0.39 | 0.73 |
| Hex | D5 | A0 | CB | 0 | 19 | 5 | 10 | 137 | 27 | 49 |
| Octal | 325 | 240 | 313 | 0 | 31 | 5 | 20 | 467 | 47 | 111 |
| Binary | 11010101 | 10100000 | 11001011 | 0 | 11001 | 101 | 10000 | 100110111 | 100111 | 1001001 |
Color Harmonies of #D5A0CB
Complementary color
Monochromatic Colors of #D5A0CB
Black with #D5A0CB
Text Example
Text Example
White with #D5A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0CB; }
p { color: rgb(213,160,203); }
H1.HeaderClassName
{
color: #D5A0CB;
}
.AnyTagClassName
{
color: #D5A0CB;
}
</style>
background-color css
<style>
a { background-color: #D5A0CB; }
a { background-color: rgb(213,160,203); }
div.DivClassName
{
background-color: #D5A0CB;
}
.BgClassName
{
background-color: #D5A0CB;
}
</style>
border-color css
<style>
span { border-color: #D5A0CB; }
span { border-color: rgb(213,160,203); }
td.TdClassName
{
border-color: #D5A0CB;
}
.TagClassName
{
border-color: #D5A0CB;
}
</style>