Shades of French Lilac #DAADCE
Tints of French Lilac #DAADCE
RGB
CMYK
RGB Variations
Color information
#DAADCE (or 0xDAADCE) is known color: French Lilac. HEX triplet: DA, AD and CE. RGB value is (218,173,206). Sum of RGB (Red+Green+Blue) = 218+173+206=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADCE is #255231. Grayscale: #BEBEBE. Windows color (decimal): -2445874 or 13544922. OLE color: 13544922.
HSL color Cylindrical-coordinate representation of color #DAADCE: hue angle of 316º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADCE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 206 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.15 |
| HSL | 316º | 0.38% | 0.77% | - |
| HSV(B) | 316º | 0.21% | 0.85% | - |
| XYZ | 55 | 49.25 | 65 | - |
| YUV | 190.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 206 | 0 | 0.21 | 0.06 | 0.15 | 316 | 0.38 | 0.77 |
| Hex | DA | AD | CE | 0 | 15 | 6 | F | 13C | 26 | 4D |
| Octal | 332 | 255 | 316 | 0 | 25 | 6 | 17 | 474 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11001110 | 0 | 10101 | 110 | 1111 | 100111100 | 100110 | 1001101 |
Color Harmonies of #DAADCE
Complementary color
Monochromatic Colors of #DAADCE
Black with #DAADCE
Text Example
Text Example
White with #DAADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADCE; }
p { color: rgb(218,173,206); }
H1.HeaderClassName
{
color: #DAADCE;
}
.AnyTagClassName
{
color: #DAADCE;
}
</style>
background-color css
<style>
a { background-color: #DAADCE; }
a { background-color: rgb(218,173,206); }
div.DivClassName
{
background-color: #DAADCE;
}
.BgClassName
{
background-color: #DAADCE;
}
</style>
border-color css
<style>
span { border-color: #DAADCE; }
span { border-color: rgb(218,173,206); }
td.TdClassName
{
border-color: #DAADCE;
}
.TagClassName
{
border-color: #DAADCE;
}
</style>