Shades of French Lilac #DEBED5
Tints of French Lilac #DEBED5
RGB
CMYK
RGB Variations
Color information
#DEBED5 (or 0xDEBED5) is known color: French Lilac. HEX triplet: DE, BE and D5. RGB value is (222,190,213). Sum of RGB (Red+Green+Blue) = 222+190+213=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBED5 is #21412A. Grayscale: #CACACA. Windows color (decimal): -2179371 or 14008030. OLE color: 14008030.
HSL color Cylindrical-coordinate representation of color #DEBED5: hue angle of 316.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBED5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 213 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.13 |
| HSL | 316.88º | 0.33% | 0.81% | - |
| HSV(B) | 316.88º | 0.14% | 0.87% | - |
| XYZ | 60.55 | 57.16 | 70.79 | - |
| YUV | 202.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 213 | 0 | 0.14 | 0.04 | 0.13 | 316.88 | 0.33 | 0.81 |
| Hex | DE | BE | D5 | 0 | E | 4 | D | 13D | 21 | 51 |
| Octal | 336 | 276 | 325 | 0 | 16 | 4 | 15 | 475 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11010101 | 0 | 1110 | 100 | 1101 | 100111101 | 100001 | 1010001 |
Color Harmonies of #DEBED5
Complementary color
Monochromatic Colors of #DEBED5
Black with #DEBED5
Text Example
Text Example
White with #DEBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBED5; }
p { color: rgb(222,190,213); }
H1.HeaderClassName
{
color: #DEBED5;
}
.AnyTagClassName
{
color: #DEBED5;
}
</style>
background-color css
<style>
a { background-color: #DEBED5; }
a { background-color: rgb(222,190,213); }
div.DivClassName
{
background-color: #DEBED5;
}
.BgClassName
{
background-color: #DEBED5;
}
</style>
border-color css
<style>
span { border-color: #DEBED5; }
span { border-color: rgb(222,190,213); }
td.TdClassName
{
border-color: #DEBED5;
}
.TagClassName
{
border-color: #DEBED5;
}
</style>