Shades of French Lilac #DEBAD3
Tints of French Lilac #DEBAD3
RGB
CMYK
RGB Variations
Color information
#DEBAD3 (or 0xDEBAD3) is known color: French Lilac. HEX triplet: DE, BA and D3. RGB value is (222,186,211). Sum of RGB (Red+Green+Blue) = 222+186+211=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAD3 is #21452C. Grayscale: #C7C7C7. Windows color (decimal): -2180397 or 13875934. OLE color: 13875934.
HSL color Cylindrical-coordinate representation of color #DEBAD3: hue angle of 318.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBAD3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 211 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 318.33º | 0.35% | 0.8% | - |
| HSV(B) | 318.33º | 0.16% | 0.87% | - |
| XYZ | 59.44 | 55.35 | 69.18 | - |
| YUV | 199.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 211 | 0 | 0.16 | 0.05 | 0.13 | 318.33 | 0.35 | 0.8 |
| Hex | DE | BA | D3 | 0 | 10 | 5 | D | 13E | 23 | 50 |
| Octal | 336 | 272 | 323 | 0 | 20 | 5 | 15 | 476 | 43 | 120 |
| Binary | 11011110 | 10111010 | 11010011 | 0 | 10000 | 101 | 1101 | 100111110 | 100011 | 1010000 |
Color Harmonies of #DEBAD3
Complementary color
Monochromatic Colors of #DEBAD3
Black with #DEBAD3
Text Example
Text Example
White with #DEBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAD3; }
p { color: rgb(222,186,211); }
H1.HeaderClassName
{
color: #DEBAD3;
}
.AnyTagClassName
{
color: #DEBAD3;
}
</style>
background-color css
<style>
a { background-color: #DEBAD3; }
a { background-color: rgb(222,186,211); }
div.DivClassName
{
background-color: #DEBAD3;
}
.BgClassName
{
background-color: #DEBAD3;
}
</style>
border-color css
<style>
span { border-color: #DEBAD3; }
span { border-color: rgb(222,186,211); }
td.TdClassName
{
border-color: #DEBAD3;
}
.TagClassName
{
border-color: #DEBAD3;
}
</style>