Shades of Lilac #D0ADCD
Tints of Lilac #D0ADCD
RGB
CMYK
RGB Variations
Color information
#D0ADCD (or 0xD0ADCD) is known color: Lilac. HEX triplet: D0, AD and CD. RGB value is (208,173,205). Sum of RGB (Red+Green+Blue) = 208+173+205=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADCD is #2F5232. Grayscale: #BBBBBB. Windows color (decimal): -3101235 or 13479376. OLE color: 13479376.
HSL color Cylindrical-coordinate representation of color #D0ADCD: hue angle of 305.14º 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 #D0ADCD is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 173 | 205 | - |
CMYK | 0 | 0.17 | 0.01 | 0.18 |
HSL | 305.14º | 0.27% | 0.75% | - |
HSV(B) | 305.14º | 0.17% | 0.82% | - |
XYZ | 51.98 | 47.7 | 64.23 | - |
YUV | 187.11 | 138.1 | 142.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 173 | 205 | 0 | 0.17 | 0.01 | 0.18 | 305.14 | 0.27 | 0.75 |
Hex | D0 | AD | CD | 0 | 11 | 1 | 12 | 131 | 1B | 4B |
Octal | 320 | 255 | 315 | 0 | 21 | 1 | 22 | 461 | 33 | 113 |
Binary | 11010000 | 10101101 | 11001101 | 0 | 10001 | 1 | 10010 | 100110001 | 11011 | 1001011 |
Color Harmonies of #D0ADCD
Complementary color
Monochromatic Colors of #D0ADCD
Black with #D0ADCD
Text Example
Text Example
White with #D0ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADCD; }
p { color: rgb(208,173,205); }
H1.HeaderClassName
{
color: #D0ADCD;
}
.AnyTagClassName
{
color: #D0ADCD;
}
</style>
background-color css
<style>
a { background-color: #D0ADCD; }
a { background-color: rgb(208,173,205); }
div.DivClassName
{
background-color: #D0ADCD;
}
.BgClassName
{
background-color: #D0ADCD;
}
</style>
border-color css
<style>
span { border-color: #D0ADCD; }
span { border-color: rgb(208,173,205); }
td.TdClassName
{
border-color: #D0ADCD;
}
.TagClassName
{
border-color: #D0ADCD;
}
</style>