Shades of Lavender #E5DFFD
Tints of Lavender #E5DFFD
RGB
CMYK
RGB Variations
Color information
#E5DFFD (or 0xE5DFFD) is known color: Lavender. HEX triplet: E5, DF and FD. RGB value is (229,223,253). Sum of RGB (Red+Green+Blue) = 229+223+253=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFD is #1A2002. Grayscale: #E4E4E4. Windows color (decimal): -1712131 or 16637925. OLE color: 16637925.
HSL color Cylindrical-coordinate representation of color #E5DFFD: hue angle of 252º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DFFD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 223 | 253 | - |
CMYK | 0.09 | 0.12 | 0 | 0.01 |
HSL | 252º | 0.88% | 0.93% | - |
HSV(B) | 252º | 0.12% | 0.99% | - |
XYZ | 76.43 | 76.53 | 103.67 | - |
YUV | 228.21 | 141.99 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 253 | 0.09 | 0.12 | 0 | 0.01 | 252 | 0.88 | 0.93 |
Hex | E5 | DF | FD | 9 | C | 0 | 1 | FC | 58 | 5D |
Octal | 345 | 337 | 375 | 11 | 14 | 0 | 1 | 374 | 130 | 135 |
Binary | 11100101 | 11011111 | 11111101 | 1001 | 1100 | 0 | 1 | 11111100 | 1011000 | 1011101 |
Color Harmonies of #E5DFFD
Complementary color
Monochromatic Colors of #E5DFFD
Black with #E5DFFD
Text Example
Text Example
White with #E5DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFFD; }
p { color: rgb(229,223,253); }
H1.HeaderClassName
{
color: #E5DFFD;
}
.AnyTagClassName
{
color: #E5DFFD;
}
</style>
background-color css
<style>
a { background-color: #E5DFFD; }
a { background-color: rgb(229,223,253); }
div.DivClassName
{
background-color: #E5DFFD;
}
.BgClassName
{
background-color: #E5DFFD;
}
</style>
border-color css
<style>
span { border-color: #E5DFFD; }
span { border-color: rgb(229,223,253); }
td.TdClassName
{
border-color: #E5DFFD;
}
.TagClassName
{
border-color: #E5DFFD;
}
</style>