Shades of French Lilac #DEB2DA
Tints of French Lilac #DEB2DA
RGB
CMYK
RGB Variations
Color information
#DEB2DA (or 0xDEB2DA) is known color: French Lilac. HEX triplet: DE, B2 and DA. RGB value is (222,178,218). Sum of RGB (Red+Green+Blue) = 222+178+218=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2DA is #214D25. Grayscale: #C3C3C3. Windows color (decimal): -2182438 or 14332638. OLE color: 14332638.
HSL color Cylindrical-coordinate representation of color #DEB2DA: hue angle of 305.45º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2DA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 218 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.13 |
| HSL | 305.45º | 0.4% | 0.78% | - |
| HSV(B) | 305.45º | 0.2% | 0.87% | - |
| XYZ | 58.7 | 52.43 | 73.36 | - |
| YUV | 195.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 218 | 0 | 0.20 | 0.02 | 0.13 | 305.45 | 0.4 | 0.78 |
| Hex | DE | B2 | DA | 0 | 14 | 2 | D | 131 | 28 | 4E |
| Octal | 336 | 262 | 332 | 0 | 24 | 2 | 15 | 461 | 50 | 116 |
| Binary | 11011110 | 10110010 | 11011010 | 0 | 10100 | 10 | 1101 | 100110001 | 101000 | 1001110 |
Color Harmonies of #DEB2DA
Complementary color
Monochromatic Colors of #DEB2DA
Black with #DEB2DA
Text Example
Text Example
White with #DEB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2DA; }
p { color: rgb(222,178,218); }
H1.HeaderClassName
{
color: #DEB2DA;
}
.AnyTagClassName
{
color: #DEB2DA;
}
</style>
background-color css
<style>
a { background-color: #DEB2DA; }
a { background-color: rgb(222,178,218); }
div.DivClassName
{
background-color: #DEB2DA;
}
.BgClassName
{
background-color: #DEB2DA;
}
</style>
border-color css
<style>
span { border-color: #DEB2DA; }
span { border-color: rgb(222,178,218); }
td.TdClassName
{
border-color: #DEB2DA;
}
.TagClassName
{
border-color: #DEB2DA;
}
</style>