Shades of French Lilac #DECFDA
Tints of French Lilac #DECFDA
RGB
CMYK
RGB Variations
Color information
#DECFDA (or 0xDECFDA) is known color: French Lilac. HEX triplet: DE, CF and DA. RGB value is (222,207,218). Sum of RGB (Red+Green+Blue) = 222+207+218=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFDA is #213025. Grayscale: #D4D4D4. Windows color (decimal): -2175014 or 14340062. OLE color: 14340062.
HSL color Cylindrical-coordinate representation of color #DECFDA: hue angle of 316º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECFDA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 218 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.13 |
| HSL | 316º | 0.19% | 0.84% | - |
| HSV(B) | 316º | 0.07% | 0.87% | - |
| XYZ | 65.09 | 65.22 | 75.49 | - |
| YUV | 212.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 218 | 0 | 0.07 | 0.02 | 0.13 | 316 | 0.19 | 0.84 |
| Hex | DE | CF | DA | 0 | 7 | 2 | D | 13C | 13 | 54 |
| Octal | 336 | 317 | 332 | 0 | 7 | 2 | 15 | 474 | 23 | 124 |
| Binary | 11011110 | 11001111 | 11011010 | 0 | 111 | 10 | 1101 | 100111100 | 10011 | 1010100 |
Color Harmonies of #DECFDA
Complementary color
Monochromatic Colors of #DECFDA
Black with #DECFDA
Text Example
Text Example
White with #DECFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFDA; }
p { color: rgb(222,207,218); }
H1.HeaderClassName
{
color: #DECFDA;
}
.AnyTagClassName
{
color: #DECFDA;
}
</style>
background-color css
<style>
a { background-color: #DECFDA; }
a { background-color: rgb(222,207,218); }
div.DivClassName
{
background-color: #DECFDA;
}
.BgClassName
{
background-color: #DECFDA;
}
</style>
border-color css
<style>
span { border-color: #DECFDA; }
span { border-color: rgb(222,207,218); }
td.TdClassName
{
border-color: #DECFDA;
}
.TagClassName
{
border-color: #DECFDA;
}
</style>