Shades of Lilac #D2ADD4
Tints of Lilac #D2ADD4
RGB
CMYK
RGB Variations
Color information
#D2ADD4 (or 0xD2ADD4) is known color: Lilac. HEX triplet: D2, AD and D4. RGB value is (210,173,212). Sum of RGB (Red+Green+Blue) = 210+173+212=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADD4 is #2D522B. Grayscale: #BCBCBC. Windows color (decimal): -2970156 or 13938130. OLE color: 13938130.
HSL color Cylindrical-coordinate representation of color #D2ADD4: hue angle of 296.92º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ADD4 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 173 | 212 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.17 |
| HSL | 296.92º | 0.31% | 0.75% | - |
| HSV(B) | 296.92º | 0.18% | 0.83% | - |
| XYZ | 53.41 | 48.34 | 68.8 | - |
| YUV | 188.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 212 | 0.01 | 0.18 | 0 | 0.17 | 296.92 | 0.31 | 0.75 |
| Hex | D2 | AD | D4 | 1 | 12 | 0 | 11 | 129 | 1F | 4B |
| Octal | 322 | 255 | 324 | 1 | 22 | 0 | 21 | 451 | 37 | 113 |
| Binary | 11010010 | 10101101 | 11010100 | 1 | 10010 | 0 | 10001 | 100101001 | 11111 | 1001011 |
Color Harmonies of #D2ADD4
Complementary color
Monochromatic Colors of #D2ADD4
Black with #D2ADD4
Text Example
Text Example
White with #D2ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADD4; }
p { color: rgb(210,173,212); }
H1.HeaderClassName
{
color: #D2ADD4;
}
.AnyTagClassName
{
color: #D2ADD4;
}
</style>
background-color css
<style>
a { background-color: #D2ADD4; }
a { background-color: rgb(210,173,212); }
div.DivClassName
{
background-color: #D2ADD4;
}
.BgClassName
{
background-color: #D2ADD4;
}
</style>
border-color css
<style>
span { border-color: #D2ADD4; }
span { border-color: rgb(210,173,212); }
td.TdClassName
{
border-color: #D2ADD4;
}
.TagClassName
{
border-color: #D2ADD4;
}
</style>