Shades of Lavender #E5DFFB
Tints of Lavender #E5DFFB
RGB
CMYK
RGB Variations
Color information
#E5DFFB (or 0xE5DFFB) is known color: Lavender. HEX triplet: E5, DF and FB. RGB value is (229,223,251). Sum of RGB (Red+Green+Blue) = 229+223+251=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFB is #1A2004. Grayscale: #E3E3E3. Windows color (decimal): -1712133 or 16506853. OLE color: 16506853.
HSL color Cylindrical-coordinate representation of color #E5DFFB: hue angle of 252.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DFFB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 223 | 251 | - |
CMYK | 0.09 | 0.11 | 0 | 0.02 |
HSL | 252.86º | 0.78% | 0.93% | - |
HSV(B) | 252.86º | 0.11% | 0.98% | - |
XYZ | 76.11 | 76.4 | 102 | - |
YUV | 227.99 | 140.99 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 251 | 0.09 | 0.11 | 0 | 0.02 | 252.86 | 0.78 | 0.93 |
Hex | E5 | DF | FB | 9 | B | 0 | 2 | FD | 4E | 5D |
Octal | 345 | 337 | 373 | 11 | 13 | 0 | 2 | 375 | 116 | 135 |
Binary | 11100101 | 11011111 | 11111011 | 1001 | 1011 | 0 | 10 | 11111101 | 1001110 | 1011101 |
Color Harmonies of #E5DFFB
Complementary color
Monochromatic Colors of #E5DFFB
Black with #E5DFFB
Text Example
Text Example
White with #E5DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFFB; }
p { color: rgb(229,223,251); }
H1.HeaderClassName
{
color: #E5DFFB;
}
.AnyTagClassName
{
color: #E5DFFB;
}
</style>
background-color css
<style>
a { background-color: #E5DFFB; }
a { background-color: rgb(229,223,251); }
div.DivClassName
{
background-color: #E5DFFB;
}
.BgClassName
{
background-color: #E5DFFB;
}
</style>
border-color css
<style>
span { border-color: #E5DFFB; }
span { border-color: rgb(229,223,251); }
td.TdClassName
{
border-color: #E5DFFB;
}
.TagClassName
{
border-color: #E5DFFB;
}
</style>