Shades of Lilac #D0AACE
Tints of Lilac #D0AACE
RGB
CMYK
RGB Variations
Color information
#D0AACE (or 0xD0AACE) is known color: Lilac. HEX triplet: D0, AA and CE. RGB value is (208,170,206). Sum of RGB (Red+Green+Blue) = 208+170+206=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AACE is #2F5531. Grayscale: #B9B9B9. Windows color (decimal): -3102002 or 13544144. OLE color: 13544144.
HSL color Cylindrical-coordinate representation of color #D0AACE: hue angle of 303.16º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AACE is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 206 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.18 |
| HSL | 303.16º | 0.29% | 0.74% | - |
| HSV(B) | 303.16º | 0.18% | 0.82% | - |
| XYZ | 51.53 | 46.62 | 64.67 | - |
| YUV | 185.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 206 | 0 | 0.18 | 0.01 | 0.18 | 303.16 | 0.29 | 0.74 |
| Hex | D0 | AA | CE | 0 | 12 | 1 | 12 | 12F | 1D | 4A |
| Octal | 320 | 252 | 316 | 0 | 22 | 1 | 22 | 457 | 35 | 112 |
| Binary | 11010000 | 10101010 | 11001110 | 0 | 10010 | 1 | 10010 | 100101111 | 11101 | 1001010 |
Color Harmonies of #D0AACE
Complementary color
Monochromatic Colors of #D0AACE
Black with #D0AACE
Text Example
Text Example
White with #D0AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AACE; }
p { color: rgb(208,170,206); }
H1.HeaderClassName
{
color: #D0AACE;
}
.AnyTagClassName
{
color: #D0AACE;
}
</style>
background-color css
<style>
a { background-color: #D0AACE; }
a { background-color: rgb(208,170,206); }
div.DivClassName
{
background-color: #D0AACE;
}
.BgClassName
{
background-color: #D0AACE;
}
</style>
border-color css
<style>
span { border-color: #D0AACE; }
span { border-color: rgb(208,170,206); }
td.TdClassName
{
border-color: #D0AACE;
}
.TagClassName
{
border-color: #D0AACE;
}
</style>