Shades of French Lilac #DEB0D2
Tints of French Lilac #DEB0D2
RGB
CMYK
RGB Variations
Color information
#DEB0D2 (or 0xDEB0D2) is known color: French Lilac. HEX triplet: DE, B0 and D2. RGB value is (222,176,210). Sum of RGB (Red+Green+Blue) = 222+176+210=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0D2 is #214F2D. Grayscale: #C1C1C1. Windows color (decimal): -2182958 or 13807838. OLE color: 13807838.
HSL color Cylindrical-coordinate representation of color #DEB0D2: hue angle of 315.65º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0D2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 210 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.13 |
| HSL | 315.65º | 0.41% | 0.78% | - |
| HSV(B) | 315.65º | 0.21% | 0.87% | - |
| XYZ | 57.28 | 51.23 | 67.84 | - |
| YUV | 193.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 210 | 0 | 0.21 | 0.05 | 0.13 | 315.65 | 0.41 | 0.78 |
| Hex | DE | B0 | D2 | 0 | 15 | 5 | D | 13C | 29 | 4E |
| Octal | 336 | 260 | 322 | 0 | 25 | 5 | 15 | 474 | 51 | 116 |
| Binary | 11011110 | 10110000 | 11010010 | 0 | 10101 | 101 | 1101 | 100111100 | 101001 | 1001110 |
Color Harmonies of #DEB0D2
Complementary color
Monochromatic Colors of #DEB0D2
Black with #DEB0D2
Text Example
Text Example
White with #DEB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0D2; }
p { color: rgb(222,176,210); }
H1.HeaderClassName
{
color: #DEB0D2;
}
.AnyTagClassName
{
color: #DEB0D2;
}
</style>
background-color css
<style>
a { background-color: #DEB0D2; }
a { background-color: rgb(222,176,210); }
div.DivClassName
{
background-color: #DEB0D2;
}
.BgClassName
{
background-color: #DEB0D2;
}
</style>
border-color css
<style>
span { border-color: #DEB0D2; }
span { border-color: rgb(222,176,210); }
td.TdClassName
{
border-color: #DEB0D2;
}
.TagClassName
{
border-color: #DEB0D2;
}
</style>