Shades of Lavender #E4DFFB
Tints of Lavender #E4DFFB
RGB
CMYK
RGB Variations
Color information
#E4DFFB (or 0xE4DFFB) is known color: Lavender. HEX triplet: E4, DF and FB. RGB value is (228,223,251). Sum of RGB (Red+Green+Blue) = 228+223+251=702 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.48% from 702); Green value is 223 (87.5% from 255 or 31.77% 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 #E4DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFFB is #1B2004. Grayscale: #E3E3E3. Windows color (decimal): -1777669 or 16506852. OLE color: 16506852.
HSL color Cylindrical-coordinate representation of color #E4DFFB: hue angle of 250.71º 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 #E4DFFB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 228 | 223 | 251 | - |
CMYK | 0.09 | 0.11 | 0 | 0.02 |
HSL | 250.71º | 0.78% | 0.93% | - |
HSV(B) | 250.71º | 0.11% | 0.98% | - |
XYZ | 75.8 | 76.23 | 101.99 | - |
YUV | 227.69 | 141.16 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 223 | 251 | 0.09 | 0.11 | 0 | 0.02 | 250.71 | 0.78 | 0.93 |
Hex | E4 | DF | FB | 9 | B | 0 | 2 | FB | 4E | 5D |
Octal | 344 | 337 | 373 | 11 | 13 | 0 | 2 | 373 | 116 | 135 |
Binary | 11100100 | 11011111 | 11111011 | 1001 | 1011 | 0 | 10 | 11111011 | 1001110 | 1011101 |
Color Harmonies of #E4DFFB
Complementary color
Monochromatic Colors of #E4DFFB
Black with #E4DFFB
Text Example
Text Example
White with #E4DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFFB; }
p { color: rgb(228,223,251); }
H1.HeaderClassName
{
color: #E4DFFB;
}
.AnyTagClassName
{
color: #E4DFFB;
}
</style>
background-color css
<style>
a { background-color: #E4DFFB; }
a { background-color: rgb(228,223,251); }
div.DivClassName
{
background-color: #E4DFFB;
}
.BgClassName
{
background-color: #E4DFFB;
}
</style>
border-color css
<style>
span { border-color: #E4DFFB; }
span { border-color: rgb(228,223,251); }
td.TdClassName
{
border-color: #E4DFFB;
}
.TagClassName
{
border-color: #E4DFFB;
}
</style>