Shades of Lavender #E5DFFA
Tints of Lavender #E5DFFA
RGB
CMYK
RGB Variations
Color information
#E5DFFA (or 0xE5DFFA) is known color: Lavender. HEX triplet: E5, DF and FA. RGB value is (229,223,250). Sum of RGB (Red+Green+Blue) = 229+223+250=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFA is #1A2005. Grayscale: #E3E3E3. Windows color (decimal): -1712134 or 16441317. OLE color: 16441317.
HSL color Cylindrical-coordinate representation of color #E5DFFA: hue angle of 253.33º degrees, saturation: 0.73, 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 #E5DFFA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 223 | 250 | - |
CMYK | 0.08 | 0.11 | 0 | 0.02 |
HSL | 253.33º | 0.73% | 0.93% | - |
HSV(B) | 253.33º | 0.11% | 0.98% | - |
XYZ | 75.96 | 76.34 | 101.17 | - |
YUV | 227.87 | 140.49 | 128.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 250 | 0.08 | 0.11 | 0 | 0.02 | 253.33 | 0.73 | 0.93 |
Hex | E5 | DF | FA | 8 | B | 0 | 2 | FD | 49 | 5D |
Octal | 345 | 337 | 372 | 10 | 13 | 0 | 2 | 375 | 111 | 135 |
Binary | 11100101 | 11011111 | 11111010 | 1000 | 1011 | 0 | 10 | 11111101 | 1001001 | 1011101 |
Color Harmonies of #E5DFFA
Complementary color
Monochromatic Colors of #E5DFFA
Black with #E5DFFA
Text Example
Text Example
White with #E5DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFFA; }
p { color: rgb(229,223,250); }
H1.HeaderClassName
{
color: #E5DFFA;
}
.AnyTagClassName
{
color: #E5DFFA;
}
</style>
background-color css
<style>
a { background-color: #E5DFFA; }
a { background-color: rgb(229,223,250); }
div.DivClassName
{
background-color: #E5DFFA;
}
.BgClassName
{
background-color: #E5DFFA;
}
</style>
border-color css
<style>
span { border-color: #E5DFFA; }
span { border-color: rgb(229,223,250); }
td.TdClassName
{
border-color: #E5DFFA;
}
.TagClassName
{
border-color: #E5DFFA;
}
</style>