Shades of Lavender #E5DEFB
Tints of Lavender #E5DEFB
RGB
CMYK
RGB Variations
Color information
#E5DEFB (or 0xE5DEFB) is known color: Lavender. HEX triplet: E5, DE and FB. RGB value is (229,222,251). Sum of RGB (Red+Green+Blue) = 229+222+251=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFB is #1A2104. Grayscale: #E3E3E3. Windows color (decimal): -1712389 or 16506597. OLE color: 16506597.
HSL color Cylindrical-coordinate representation of color #E5DEFB: hue angle of 254.48º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DEFB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 222 | 251 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.02 |
| HSL | 254.48º | 0.78% | 0.93% | - |
| HSV(B) | 254.48º | 0.12% | 0.98% | - |
| XYZ | 75.85 | 75.87 | 101.91 | - |
| YUV | 227.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 251 | 0.09 | 0.12 | 0 | 0.02 | 254.48 | 0.78 | 0.93 |
| Hex | E5 | DE | FB | 9 | C | 0 | 2 | FE | 4E | 5D |
| Octal | 345 | 336 | 373 | 11 | 14 | 0 | 2 | 376 | 116 | 135 |
| Binary | 11100101 | 11011110 | 11111011 | 1001 | 1100 | 0 | 10 | 11111110 | 1001110 | 1011101 |
Color Harmonies of #E5DEFB
Complementary color
Monochromatic Colors of #E5DEFB
Black with #E5DEFB
Text Example
Text Example
White with #E5DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEFB; }
p { color: rgb(229,222,251); }
H1.HeaderClassName
{
color: #E5DEFB;
}
.AnyTagClassName
{
color: #E5DEFB;
}
</style>
background-color css
<style>
a { background-color: #E5DEFB; }
a { background-color: rgb(229,222,251); }
div.DivClassName
{
background-color: #E5DEFB;
}
.BgClassName
{
background-color: #E5DEFB;
}
</style>
border-color css
<style>
span { border-color: #E5DEFB; }
span { border-color: rgb(229,222,251); }
td.TdClassName
{
border-color: #E5DEFB;
}
.TagClassName
{
border-color: #E5DEFB;
}
</style>