Shades of Lavender #E5DDFC
Tints of Lavender #E5DDFC
RGB
CMYK
RGB Variations
Color information
#E5DDFC (or 0xE5DDFC) is known color: Lavender. HEX triplet: E5, DD and FC. RGB value is (229,221,252). Sum of RGB (Red+Green+Blue) = 229+221+252=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDFC is #1A2203. Grayscale: #E2E2E2. Windows color (decimal): -1712644 or 16571877. OLE color: 16571877.
HSL color Cylindrical-coordinate representation of color #E5DDFC: hue angle of 255.48º degrees, saturation: 0.84, 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 #E5DDFC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 221 | 252 | - |
CMYK | 0.09 | 0.12 | 0 | 0.01 |
HSL | 255.48º | 0.84% | 0.93% | - |
HSV(B) | 255.48º | 0.12% | 0.99% | - |
XYZ | 75.74 | 75.4 | 102.66 | - |
YUV | 226.93 | 142.15 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 252 | 0.09 | 0.12 | 0 | 0.01 | 255.48 | 0.84 | 0.93 |
Hex | E5 | DD | FC | 9 | C | 0 | 1 | FF | 54 | 5D |
Octal | 345 | 335 | 374 | 11 | 14 | 0 | 1 | 377 | 124 | 135 |
Binary | 11100101 | 11011101 | 11111100 | 1001 | 1100 | 0 | 1 | 11111111 | 1010100 | 1011101 |
Color Harmonies of #E5DDFC
Complementary color
Monochromatic Colors of #E5DDFC
Black with #E5DDFC
Text Example
Text Example
White with #E5DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDFC; }
p { color: rgb(229,221,252); }
H1.HeaderClassName
{
color: #E5DDFC;
}
.AnyTagClassName
{
color: #E5DDFC;
}
</style>
background-color css
<style>
a { background-color: #E5DDFC; }
a { background-color: rgb(229,221,252); }
div.DivClassName
{
background-color: #E5DDFC;
}
.BgClassName
{
background-color: #E5DDFC;
}
</style>
border-color css
<style>
span { border-color: #E5DDFC; }
span { border-color: rgb(229,221,252); }
td.TdClassName
{
border-color: #E5DDFC;
}
.TagClassName
{
border-color: #E5DDFC;
}
</style>