Shades of French Lilac #DEB5DB
Tints of French Lilac #DEB5DB
RGB
CMYK
RGB Variations
Color information
#DEB5DB (or 0xDEB5DB) is known color: French Lilac. HEX triplet: DE, B5 and DB. RGB value is (222,181,219). Sum of RGB (Red+Green+Blue) = 222+181+219=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5DB is #214A24. Grayscale: #C5C5C5. Windows color (decimal): -2181669 or 14398942. OLE color: 14398942.
HSL color Cylindrical-coordinate representation of color #DEB5DB: hue angle of 304.39º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEB5DB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 181 | 219 | - |
CMYK | 0 | 0.18 | 0.01 | 0.13 |
HSL | 304.39º | 0.38% | 0.79% | - |
HSV(B) | 304.39º | 0.18% | 0.87% | - |
XYZ | 59.43 | 53.69 | 74.25 | - |
YUV | 197.59 | 140.08 | 145.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 181 | 219 | 0 | 0.18 | 0.01 | 0.13 | 304.39 | 0.38 | 0.79 |
Hex | DE | B5 | DB | 0 | 12 | 1 | D | 130 | 26 | 4F |
Octal | 336 | 265 | 333 | 0 | 22 | 1 | 15 | 460 | 46 | 117 |
Binary | 11011110 | 10110101 | 11011011 | 0 | 10010 | 1 | 1101 | 100110000 | 100110 | 1001111 |
Color Harmonies of #DEB5DB
Complementary color
Monochromatic Colors of #DEB5DB
Black with #DEB5DB
Text Example
Text Example
White with #DEB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB5DB; }
p { color: rgb(222,181,219); }
H1.HeaderClassName
{
color: #DEB5DB;
}
.AnyTagClassName
{
color: #DEB5DB;
}
</style>
background-color css
<style>
a { background-color: #DEB5DB; }
a { background-color: rgb(222,181,219); }
div.DivClassName
{
background-color: #DEB5DB;
}
.BgClassName
{
background-color: #DEB5DB;
}
</style>
border-color css
<style>
span { border-color: #DEB5DB; }
span { border-color: rgb(222,181,219); }
td.TdClassName
{
border-color: #DEB5DB;
}
.TagClassName
{
border-color: #DEB5DB;
}
</style>