Shades of French Lilac #DCADCE
Tints of French Lilac #DCADCE
RGB
CMYK
RGB Variations
Color information
#DCADCE (or 0xDCADCE) is known color: French Lilac. HEX triplet: DC, AD and CE. RGB value is (220,173,206). Sum of RGB (Red+Green+Blue) = 220+173+206=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCE is #235231. Grayscale: #BEBEBE. Windows color (decimal): -2314802 or 13544924. OLE color: 13544924.
HSL color Cylindrical-coordinate representation of color #DCADCE: hue angle of 317.87º 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 #DCADCE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 173 | 206 | - |
CMYK | 0 | 0.21 | 0.06 | 0.14 |
HSL | 317.87º | 0.4% | 0.77% | - |
HSV(B) | 317.87º | 0.21% | 0.86% | - |
XYZ | 55.6 | 49.56 | 65.03 | - |
YUV | 190.82 | 136.57 | 148.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 173 | 206 | 0 | 0.21 | 0.06 | 0.14 | 317.87 | 0.4 | 0.77 |
Hex | DC | AD | CE | 0 | 15 | 6 | E | 13E | 28 | 4D |
Octal | 334 | 255 | 316 | 0 | 25 | 6 | 16 | 476 | 50 | 115 |
Binary | 11011100 | 10101101 | 11001110 | 0 | 10101 | 110 | 1110 | 100111110 | 101000 | 1001101 |
Color Harmonies of #DCADCE
Complementary color
Monochromatic Colors of #DCADCE
Black with #DCADCE
Text Example
Text Example
White with #DCADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADCE; }
p { color: rgb(220,173,206); }
H1.HeaderClassName
{
color: #DCADCE;
}
.AnyTagClassName
{
color: #DCADCE;
}
</style>
background-color css
<style>
a { background-color: #DCADCE; }
a { background-color: rgb(220,173,206); }
div.DivClassName
{
background-color: #DCADCE;
}
.BgClassName
{
background-color: #DCADCE;
}
</style>
border-color css
<style>
span { border-color: #DCADCE; }
span { border-color: rgb(220,173,206); }
td.TdClassName
{
border-color: #DCADCE;
}
.TagClassName
{
border-color: #DCADCE;
}
</style>