Shades of French Lilac #DCADD4
Tints of French Lilac #DCADD4
RGB
CMYK
RGB Variations
Color information
#DCADD4 (or 0xDCADD4) is known color: French Lilac. HEX triplet: DC, AD and D4. RGB value is (220,173,212). Sum of RGB (Red+Green+Blue) = 220+173+212=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD4 is #23522B. Grayscale: #BFBFBF. Windows color (decimal): -2314796 or 13938140. OLE color: 13938140.
HSL color Cylindrical-coordinate representation of color #DCADD4: hue angle of 310.21º 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 #DCADD4 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 212 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.14 |
| HSL | 310.21º | 0.4% | 0.77% | - |
| HSV(B) | 310.21º | 0.21% | 0.86% | - |
| XYZ | 56.34 | 49.86 | 68.94 | - |
| YUV | 191.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 212 | 0 | 0.21 | 0.04 | 0.14 | 310.21 | 0.4 | 0.77 |
| Hex | DC | AD | D4 | 0 | 15 | 4 | E | 136 | 28 | 4D |
| Octal | 334 | 255 | 324 | 0 | 25 | 4 | 16 | 466 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11010100 | 0 | 10101 | 100 | 1110 | 100110110 | 101000 | 1001101 |
Color Harmonies of #DCADD4
Complementary color
Monochromatic Colors of #DCADD4
Black with #DCADD4
Text Example
Text Example
White with #DCADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD4; }
p { color: rgb(220,173,212); }
H1.HeaderClassName
{
color: #DCADD4;
}
.AnyTagClassName
{
color: #DCADD4;
}
</style>
background-color css
<style>
a { background-color: #DCADD4; }
a { background-color: rgb(220,173,212); }
div.DivClassName
{
background-color: #DCADD4;
}
.BgClassName
{
background-color: #DCADD4;
}
</style>
border-color css
<style>
span { border-color: #DCADD4; }
span { border-color: rgb(220,173,212); }
td.TdClassName
{
border-color: #DCADD4;
}
.TagClassName
{
border-color: #DCADD4;
}
</style>