Shades of French Lilac #DACED7
Tints of French Lilac #DACED7
RGB
CMYK
RGB Variations
Color information
#DACED7 (or 0xDACED7) is known color: French Lilac. HEX triplet: DA, CE and D7. RGB value is (218,206,215). Sum of RGB (Red+Green+Blue) = 218+206+215=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED7 is #253128. Grayscale: #D2D2D2. Windows color (decimal): -2437417 or 14143194. OLE color: 14143194.
HSL color Cylindrical-coordinate representation of color #DACED7: hue angle of 315º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACED7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 215 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.15 |
| HSL | 315º | 0.14% | 0.83% | - |
| HSV(B) | 315º | 0.06% | 0.85% | - |
| XYZ | 63.25 | 63.95 | 73.3 | - |
| YUV | 210.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 215 | 0 | 0.06 | 0.01 | 0.15 | 315 | 0.14 | 0.83 |
| Hex | DA | CE | D7 | 0 | 6 | 1 | F | 13B | E | 53 |
| Octal | 332 | 316 | 327 | 0 | 6 | 1 | 17 | 473 | 16 | 123 |
| Binary | 11011010 | 11001110 | 11010111 | 0 | 110 | 1 | 1111 | 100111011 | 1110 | 1010011 |
Color Harmonies of #DACED7
Complementary color
Monochromatic Colors of #DACED7
Black with #DACED7
Text Example
Text Example
White with #DACED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACED7; }
p { color: rgb(218,206,215); }
H1.HeaderClassName
{
color: #DACED7;
}
.AnyTagClassName
{
color: #DACED7;
}
</style>
background-color css
<style>
a { background-color: #DACED7; }
a { background-color: rgb(218,206,215); }
div.DivClassName
{
background-color: #DACED7;
}
.BgClassName
{
background-color: #DACED7;
}
</style>
border-color css
<style>
span { border-color: #DACED7; }
span { border-color: rgb(218,206,215); }
td.TdClassName
{
border-color: #DACED7;
}
.TagClassName
{
border-color: #DACED7;
}
</style>