Shades of Lavender #E5DCFC
Tints of Lavender #E5DCFC
RGB
CMYK
RGB Variations
Color information
#E5DCFC (or 0xE5DCFC) is known color: Lavender. HEX triplet: E5, DC and FC. RGB value is (229,220,252). Sum of RGB (Red+Green+Blue) = 229+220+252=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFC is #1A2303. Grayscale: #E2E2E2. Windows color (decimal): -1712900 or 16571621. OLE color: 16571621.
HSL color Cylindrical-coordinate representation of color #E5DCFC: hue angle of 256.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DCFC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 220 | 252 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 256.88º | 0.84% | 0.93% | - |
HSV(B) | 256.88º | 0.13% | 0.99% | - |
XYZ | 75.48 | 74.87 | 102.57 | - |
YUV | 226.34 | 142.48 | 129.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 252 | 0.09 | 0.13 | 0 | 0.01 | 256.88 | 0.84 | 0.93 |
Hex | E5 | DC | FC | 9 | D | 0 | 1 | 101 | 54 | 5D |
Octal | 345 | 334 | 374 | 11 | 15 | 0 | 1 | 401 | 124 | 135 |
Binary | 11100101 | 11011100 | 11111100 | 1001 | 1101 | 0 | 1 | 100000001 | 1010100 | 1011101 |
Color Harmonies of #E5DCFC
Complementary color
Monochromatic Colors of #E5DCFC
Black with #E5DCFC
Text Example
Text Example
White with #E5DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCFC; }
p { color: rgb(229,220,252); }
H1.HeaderClassName
{
color: #E5DCFC;
}
.AnyTagClassName
{
color: #E5DCFC;
}
</style>
background-color css
<style>
a { background-color: #E5DCFC; }
a { background-color: rgb(229,220,252); }
div.DivClassName
{
background-color: #E5DCFC;
}
.BgClassName
{
background-color: #E5DCFC;
}
</style>
border-color css
<style>
span { border-color: #E5DCFC; }
span { border-color: rgb(229,220,252); }
td.TdClassName
{
border-color: #E5DCFC;
}
.TagClassName
{
border-color: #E5DCFC;
}
</style>