Shades of Lilac #D0AECC
Tints of Lilac #D0AECC
RGB
CMYK
RGB Variations
Color information
#D0AECC (or 0xD0AECC) is known color: Lilac. HEX triplet: D0, AE and CC. RGB value is (208,174,204). Sum of RGB (Red+Green+Blue) = 208+174+204=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AECC is #2F5133. Grayscale: #BBBBBB. Windows color (decimal): -3100980 or 13414096. OLE color: 13414096.
HSL color Cylindrical-coordinate representation of color #D0AECC: hue angle of 307.06º 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 #D0AECC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 204 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.18 |
| HSL | 307.06º | 0.27% | 0.75% | - |
| HSV(B) | 307.06º | 0.16% | 0.82% | - |
| XYZ | 52.05 | 48.04 | 63.66 | - |
| YUV | 187.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 204 | 0 | 0.16 | 0.02 | 0.18 | 307.06 | 0.27 | 0.75 |
| Hex | D0 | AE | CC | 0 | 10 | 2 | 12 | 133 | 1B | 4B |
| Octal | 320 | 256 | 314 | 0 | 20 | 2 | 22 | 463 | 33 | 113 |
| Binary | 11010000 | 10101110 | 11001100 | 0 | 10000 | 10 | 10010 | 100110011 | 11011 | 1001011 |
Color Harmonies of #D0AECC
Complementary color
Monochromatic Colors of #D0AECC
Black with #D0AECC
Text Example
Text Example
White with #D0AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AECC; }
p { color: rgb(208,174,204); }
H1.HeaderClassName
{
color: #D0AECC;
}
.AnyTagClassName
{
color: #D0AECC;
}
</style>
background-color css
<style>
a { background-color: #D0AECC; }
a { background-color: rgb(208,174,204); }
div.DivClassName
{
background-color: #D0AECC;
}
.BgClassName
{
background-color: #D0AECC;
}
</style>
border-color css
<style>
span { border-color: #D0AECC; }
span { border-color: rgb(208,174,204); }
td.TdClassName
{
border-color: #D0AECC;
}
.TagClassName
{
border-color: #D0AECC;
}
</style>