Shades of Lavender #E5DDFB
Tints of Lavender #E5DDFB
RGB
CMYK
RGB Variations
Color information
#E5DDFB (or 0xE5DDFB) is known color: Lavender. HEX triplet: E5, DD and FB. RGB value is (229,221,251). Sum of RGB (Red+Green+Blue) = 229+221+251=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDFB is #1A2204. Grayscale: #E2E2E2. Windows color (decimal): -1712645 or 16506341. OLE color: 16506341.
HSL color Cylindrical-coordinate representation of color #E5DDFB: hue angle of 256º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DDFB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 221 | 251 | - |
CMYK | 0.09 | 0.12 | 0 | 0.02 |
HSL | 256º | 0.79% | 0.93% | - |
HSV(B) | 256º | 0.12% | 0.98% | - |
XYZ | 75.58 | 75.34 | 101.82 | - |
YUV | 226.81 | 141.65 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 251 | 0.09 | 0.12 | 0 | 0.02 | 256 | 0.79 | 0.93 |
Hex | E5 | DD | FB | 9 | C | 0 | 2 | 100 | 4F | 5D |
Octal | 345 | 335 | 373 | 11 | 14 | 0 | 2 | 400 | 117 | 135 |
Binary | 11100101 | 11011101 | 11111011 | 1001 | 1100 | 0 | 10 | 100000000 | 1001111 | 1011101 |
Color Harmonies of #E5DDFB
Complementary color
Monochromatic Colors of #E5DDFB
Black with #E5DDFB
Text Example
Text Example
White with #E5DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDFB; }
p { color: rgb(229,221,251); }
H1.HeaderClassName
{
color: #E5DDFB;
}
.AnyTagClassName
{
color: #E5DDFB;
}
</style>
background-color css
<style>
a { background-color: #E5DDFB; }
a { background-color: rgb(229,221,251); }
div.DivClassName
{
background-color: #E5DDFB;
}
.BgClassName
{
background-color: #E5DDFB;
}
</style>
border-color css
<style>
span { border-color: #E5DDFB; }
span { border-color: rgb(229,221,251); }
td.TdClassName
{
border-color: #E5DDFB;
}
.TagClassName
{
border-color: #E5DDFB;
}
</style>