Shades of Lavender #E2DDF8
Tints of Lavender #E2DDF8
RGB
CMYK
RGB Variations
Color information
#E2DDF8 (or 0xE2DDF8) is known color: Lavender. HEX triplet: E2, DD and F8. RGB value is (226,221,248). Sum of RGB (Red+Green+Blue) = 226+221+248=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDF8 is #1D2207. Grayscale: #E1E1E1. Windows color (decimal): -1909256 or 16309730. OLE color: 16309730.
HSL color Cylindrical-coordinate representation of color #E2DDF8: hue angle of 251.11º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DDF8 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 226 | 221 | 248 | - |
CMYK | 0.09 | 0.11 | 0 | 0.03 |
HSL | 251.11º | 0.66% | 0.92% | - |
HSV(B) | 251.11º | 0.11% | 0.97% | - |
XYZ | 74.16 | 74.66 | 99.31 | - |
YUV | 225.57 | 140.66 | 128.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 248 | 0.09 | 0.11 | 0 | 0.03 | 251.11 | 0.66 | 0.92 |
Hex | E2 | DD | F8 | 9 | B | 0 | 3 | FB | 42 | 5C |
Octal | 342 | 335 | 370 | 11 | 13 | 0 | 3 | 373 | 102 | 134 |
Binary | 11100010 | 11011101 | 11111000 | 1001 | 1011 | 0 | 11 | 11111011 | 1000010 | 1011100 |
Color Harmonies of #E2DDF8
Complementary color
Monochromatic Colors of #E2DDF8
Black with #E2DDF8
Text Example
Text Example
White with #E2DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDF8; }
p { color: rgb(226,221,248); }
H1.HeaderClassName
{
color: #E2DDF8;
}
.AnyTagClassName
{
color: #E2DDF8;
}
</style>
background-color css
<style>
a { background-color: #E2DDF8; }
a { background-color: rgb(226,221,248); }
div.DivClassName
{
background-color: #E2DDF8;
}
.BgClassName
{
background-color: #E2DDF8;
}
</style>
border-color css
<style>
span { border-color: #E2DDF8; }
span { border-color: rgb(226,221,248); }
td.TdClassName
{
border-color: #E2DDF8;
}
.TagClassName
{
border-color: #E2DDF8;
}
</style>