Shades of Lilac #D29ACE
Tints of Lilac #D29ACE
RGB
CMYK
RGB Variations
Color information
#D29ACE (or 0xD29ACE) is known color: Lilac. HEX triplet: D2, 9A and CE. RGB value is (210,154,206). Sum of RGB (Red+Green+Blue) = 210+154+206=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ACE is #2D6531. Grayscale: #B0B0B0. Windows color (decimal): -2975026 or 13540050. OLE color: 13540050.
HSL color Cylindrical-coordinate representation of color #D29ACE: hue angle of 304.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29ACE is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 154 | 206 | - |
CMYK | 0 | 0.27 | 0.02 | 0.18 |
HSL | 304.29º | 0.38% | 0.71% | - |
HSV(B) | 304.29º | 0.27% | 0.82% | - |
XYZ | 49.27 | 41.27 | 63.76 | - |
YUV | 176.67 | 144.55 | 151.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 154 | 206 | 0 | 0.27 | 0.02 | 0.18 | 304.29 | 0.38 | 0.71 |
Hex | D2 | 9A | CE | 0 | 1B | 2 | 12 | 130 | 26 | 47 |
Octal | 322 | 232 | 316 | 0 | 33 | 2 | 22 | 460 | 46 | 107 |
Binary | 11010010 | 10011010 | 11001110 | 0 | 11011 | 10 | 10010 | 100110000 | 100110 | 1000111 |
Color Harmonies of #D29ACE
Complementary color
Monochromatic Colors of #D29ACE
Black with #D29ACE
Text Example
Text Example
White with #D29ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29ACE; }
p { color: rgb(210,154,206); }
H1.HeaderClassName
{
color: #D29ACE;
}
.AnyTagClassName
{
color: #D29ACE;
}
</style>
background-color css
<style>
a { background-color: #D29ACE; }
a { background-color: rgb(210,154,206); }
div.DivClassName
{
background-color: #D29ACE;
}
.BgClassName
{
background-color: #D29ACE;
}
</style>
border-color css
<style>
span { border-color: #D29ACE; }
span { border-color: rgb(210,154,206); }
td.TdClassName
{
border-color: #D29ACE;
}
.TagClassName
{
border-color: #D29ACE;
}
</style>