Shades of French Lilac #DCADD0
Tints of French Lilac #DCADD0
RGB
CMYK
RGB Variations
Color information
#DCADD0 (or 0xDCADD0) is known color: French Lilac. HEX triplet: DC, AD and D0. RGB value is (220,173,208). Sum of RGB (Red+Green+Blue) = 220+173+208=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD0 is #23522F. Grayscale: #BEBEBE. Windows color (decimal): -2314800 or 13675996. OLE color: 13675996.
HSL color Cylindrical-coordinate representation of color #DCADD0: hue angle of 315.32º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADD0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 208 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.14 |
| HSL | 315.32º | 0.4% | 0.77% | - |
| HSV(B) | 315.32º | 0.21% | 0.86% | - |
| XYZ | 55.84 | 49.66 | 66.32 | - |
| YUV | 191.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 208 | 0 | 0.21 | 0.05 | 0.14 | 315.32 | 0.4 | 0.77 |
| Hex | DC | AD | D0 | 0 | 15 | 5 | E | 13B | 28 | 4D |
| Octal | 334 | 255 | 320 | 0 | 25 | 5 | 16 | 473 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11010000 | 0 | 10101 | 101 | 1110 | 100111011 | 101000 | 1001101 |
Color Harmonies of #DCADD0
Complementary color
Monochromatic Colors of #DCADD0
Black with #DCADD0
Text Example
Text Example
White with #DCADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD0; }
p { color: rgb(220,173,208); }
H1.HeaderClassName
{
color: #DCADD0;
}
.AnyTagClassName
{
color: #DCADD0;
}
</style>
background-color css
<style>
a { background-color: #DCADD0; }
a { background-color: rgb(220,173,208); }
div.DivClassName
{
background-color: #DCADD0;
}
.BgClassName
{
background-color: #DCADD0;
}
</style>
border-color css
<style>
span { border-color: #DCADD0; }
span { border-color: rgb(220,173,208); }
td.TdClassName
{
border-color: #DCADD0;
}
.TagClassName
{
border-color: #DCADD0;
}
</style>