Shades of Lilac #D2ADCF
Tints of Lilac #D2ADCF
RGB
CMYK
RGB Variations
Color information
#D2ADCF (or 0xD2ADCF) is known color: Lilac. HEX triplet: D2, AD and CF. RGB value is (210,173,207). Sum of RGB (Red+Green+Blue) = 210+173+207=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADCF is #2D5230. Grayscale: #BBBBBB. Windows color (decimal): -2970161 or 13610450. OLE color: 13610450.
HSL color Cylindrical-coordinate representation of color #D2ADCF: hue angle of 304.86º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ADCF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 207 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.18 |
| HSL | 304.86º | 0.29% | 0.75% | - |
| HSV(B) | 304.86º | 0.18% | 0.82% | - |
| XYZ | 52.78 | 48.09 | 65.53 | - |
| YUV | 187.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 207 | 0 | 0.18 | 0.01 | 0.18 | 304.86 | 0.29 | 0.75 |
| Hex | D2 | AD | CF | 0 | 12 | 1 | 12 | 131 | 1D | 4B |
| Octal | 322 | 255 | 317 | 0 | 22 | 1 | 22 | 461 | 35 | 113 |
| Binary | 11010010 | 10101101 | 11001111 | 0 | 10010 | 1 | 10010 | 100110001 | 11101 | 1001011 |
Color Harmonies of #D2ADCF
Complementary color
Monochromatic Colors of #D2ADCF
Black with #D2ADCF
Text Example
Text Example
White with #D2ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADCF; }
p { color: rgb(210,173,207); }
H1.HeaderClassName
{
color: #D2ADCF;
}
.AnyTagClassName
{
color: #D2ADCF;
}
</style>
background-color css
<style>
a { background-color: #D2ADCF; }
a { background-color: rgb(210,173,207); }
div.DivClassName
{
background-color: #D2ADCF;
}
.BgClassName
{
background-color: #D2ADCF;
}
</style>
border-color css
<style>
span { border-color: #D2ADCF; }
span { border-color: rgb(210,173,207); }
td.TdClassName
{
border-color: #D2ADCF;
}
.TagClassName
{
border-color: #D2ADCF;
}
</style>