Shades of Lilac #D0ADCF
Tints of Lilac #D0ADCF
RGB
CMYK
RGB Variations
Color information
#D0ADCF (or 0xD0ADCF) is known color: Lilac. HEX triplet: D0, AD and CF. RGB value is (208,173,207). Sum of RGB (Red+Green+Blue) = 208+173+207=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADCF is #2F5230. Grayscale: #BBBBBB. Windows color (decimal): -3101233 or 13610448. OLE color: 13610448.
HSL color Cylindrical-coordinate representation of color #D0ADCF: hue angle of 301.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ADCF is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 207 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.18 |
| HSL | 301.71º | 0.27% | 0.75% | - |
| HSV(B) | 301.71º | 0.17% | 0.82% | - |
| XYZ | 52.22 | 47.8 | 65.51 | - |
| YUV | 187.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 207 | 0 | 0.17 | 0.00 | 0.18 | 301.71 | 0.27 | 0.75 |
| Hex | D0 | AD | CF | 0 | 11 | 0 | 12 | 12E | 1B | 4B |
| Octal | 320 | 255 | 317 | 0 | 21 | 0 | 22 | 456 | 33 | 113 |
| Binary | 11010000 | 10101101 | 11001111 | 0 | 10001 | 0 | 10010 | 100101110 | 11011 | 1001011 |
Color Harmonies of #D0ADCF
Complementary color
Monochromatic Colors of #D0ADCF
Black with #D0ADCF
Text Example
Text Example
White with #D0ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADCF; }
p { color: rgb(208,173,207); }
H1.HeaderClassName
{
color: #D0ADCF;
}
.AnyTagClassName
{
color: #D0ADCF;
}
</style>
background-color css
<style>
a { background-color: #D0ADCF; }
a { background-color: rgb(208,173,207); }
div.DivClassName
{
background-color: #D0ADCF;
}
.BgClassName
{
background-color: #D0ADCF;
}
</style>
border-color css
<style>
span { border-color: #D0ADCF; }
span { border-color: rgb(208,173,207); }
td.TdClassName
{
border-color: #D0ADCF;
}
.TagClassName
{
border-color: #D0ADCF;
}
</style>