Shades of French Lilac #DCADD1
Tints of French Lilac #DCADD1
RGB
CMYK
RGB Variations
Color information
#DCADD1 (or 0xDCADD1) is known color: French Lilac. HEX triplet: DC, AD and D1. RGB value is (220,173,209). Sum of RGB (Red+Green+Blue) = 220+173+209=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD1 is #23522E. Grayscale: #BFBFBF. Windows color (decimal): -2314799 or 13741532. OLE color: 13741532.
HSL color Cylindrical-coordinate representation of color #DCADD1: hue angle of 314.04º 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 #DCADD1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 209 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.14 |
| HSL | 314.04º | 0.4% | 0.77% | - |
| HSV(B) | 314.04º | 0.21% | 0.86% | - |
| XYZ | 55.97 | 49.71 | 66.97 | - |
| YUV | 191.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 209 | 0 | 0.21 | 0.05 | 0.14 | 314.04 | 0.4 | 0.77 |
| Hex | DC | AD | D1 | 0 | 15 | 5 | E | 13A | 28 | 4D |
| Octal | 334 | 255 | 321 | 0 | 25 | 5 | 16 | 472 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11010001 | 0 | 10101 | 101 | 1110 | 100111010 | 101000 | 1001101 |
Color Harmonies of #DCADD1
Complementary color
Monochromatic Colors of #DCADD1
Black with #DCADD1
Text Example
Text Example
White with #DCADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD1; }
p { color: rgb(220,173,209); }
H1.HeaderClassName
{
color: #DCADD1;
}
.AnyTagClassName
{
color: #DCADD1;
}
</style>
background-color css
<style>
a { background-color: #DCADD1; }
a { background-color: rgb(220,173,209); }
div.DivClassName
{
background-color: #DCADD1;
}
.BgClassName
{
background-color: #DCADD1;
}
</style>
border-color css
<style>
span { border-color: #DCADD1; }
span { border-color: rgb(220,173,209); }
td.TdClassName
{
border-color: #DCADD1;
}
.TagClassName
{
border-color: #DCADD1;
}
</style>