Shades of Lilac #D0ADCB
Tints of Lilac #D0ADCB
RGB
CMYK
RGB Variations
Color information
#D0ADCB (or 0xD0ADCB) is known color: Lilac. HEX triplet: D0, AD and CB. RGB value is (208,173,203). Sum of RGB (Red+Green+Blue) = 208+173+203=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADCB is #2F5234. Grayscale: #BABABA. Windows color (decimal): -3101237 or 13348304. OLE color: 13348304.
HSL color Cylindrical-coordinate representation of color #D0ADCB: hue angle of 308.57º 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 #D0ADCB is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 203 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.18 |
| HSL | 308.57º | 0.27% | 0.75% | - |
| HSV(B) | 308.57º | 0.17% | 0.82% | - |
| XYZ | 51.74 | 47.61 | 62.96 | - |
| YUV | 186.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 203 | 0 | 0.17 | 0.02 | 0.18 | 308.57 | 0.27 | 0.75 |
| Hex | D0 | AD | CB | 0 | 11 | 2 | 12 | 135 | 1B | 4B |
| Octal | 320 | 255 | 313 | 0 | 21 | 2 | 22 | 465 | 33 | 113 |
| Binary | 11010000 | 10101101 | 11001011 | 0 | 10001 | 10 | 10010 | 100110101 | 11011 | 1001011 |
Color Harmonies of #D0ADCB
Complementary color
Monochromatic Colors of #D0ADCB
Black with #D0ADCB
Text Example
Text Example
White with #D0ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADCB; }
p { color: rgb(208,173,203); }
H1.HeaderClassName
{
color: #D0ADCB;
}
.AnyTagClassName
{
color: #D0ADCB;
}
</style>
background-color css
<style>
a { background-color: #D0ADCB; }
a { background-color: rgb(208,173,203); }
div.DivClassName
{
background-color: #D0ADCB;
}
.BgClassName
{
background-color: #D0ADCB;
}
</style>
border-color css
<style>
span { border-color: #D0ADCB; }
span { border-color: rgb(208,173,203); }
td.TdClassName
{
border-color: #D0ADCB;
}
.TagClassName
{
border-color: #D0ADCB;
}
</style>