Shades of Lilac #D0AECB
Tints of Lilac #D0AECB
RGB
CMYK
RGB Variations
Color information
#D0AECB (or 0xD0AECB) is known color: Lilac. HEX triplet: D0, AE and CB. RGB value is (208,174,203). Sum of RGB (Red+Green+Blue) = 208+174+203=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AECB is #2F5134. Grayscale: #BBBBBB. Windows color (decimal): -3100981 or 13348560. OLE color: 13348560.
HSL color Cylindrical-coordinate representation of color #D0AECB: hue angle of 308.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AECB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 203 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.18 |
| HSL | 308.82º | 0.27% | 0.75% | - |
| HSV(B) | 308.82º | 0.16% | 0.82% | - |
| XYZ | 51.93 | 47.99 | 63.03 | - |
| YUV | 187.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 203 | 0 | 0.16 | 0.02 | 0.18 | 308.82 | 0.27 | 0.75 |
| Hex | D0 | AE | CB | 0 | 10 | 2 | 12 | 135 | 1B | 4B |
| Octal | 320 | 256 | 313 | 0 | 20 | 2 | 22 | 465 | 33 | 113 |
| Binary | 11010000 | 10101110 | 11001011 | 0 | 10000 | 10 | 10010 | 100110101 | 11011 | 1001011 |
Color Harmonies of #D0AECB
Complementary color
Monochromatic Colors of #D0AECB
Black with #D0AECB
Text Example
Text Example
White with #D0AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AECB; }
p { color: rgb(208,174,203); }
H1.HeaderClassName
{
color: #D0AECB;
}
.AnyTagClassName
{
color: #D0AECB;
}
</style>
background-color css
<style>
a { background-color: #D0AECB; }
a { background-color: rgb(208,174,203); }
div.DivClassName
{
background-color: #D0AECB;
}
.BgClassName
{
background-color: #D0AECB;
}
</style>
border-color css
<style>
span { border-color: #D0AECB; }
span { border-color: rgb(208,174,203); }
td.TdClassName
{
border-color: #D0AECB;
}
.TagClassName
{
border-color: #D0AECB;
}
</style>