Shades of Lavender #E5DCFF
Tints of Lavender #E5DCFF
RGB
CMYK
RGB Variations
Color information
#E5DCFF (or 0xE5DCFF) is known color: Lavender. HEX triplet: E5, DC and FF. RGB value is (229,220,255). Sum of RGB (Red+Green+Blue) = 229+220+255=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFF is #1A2300. Grayscale: #E2E2E2. Windows color (decimal): -1712897 or 16768229. OLE color: 16768229.
HSL color Cylindrical-coordinate representation of color #E5DCFF: hue angle of 255.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5DCFF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 220 | 255 | - |
| CMYK | 0.10 | 0.14 | 0 | 0 |
| HSL | 255.43º | 1% | 0.93% | - |
| HSV(B) | 255.43º | 0.14% | 1% | - |
| XYZ | 75.96 | 75.06 | 105.09 | - |
| YUV | 226.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 255 | 0.10 | 0.14 | 0 | 0 | 255.43 | 1 | 0.93 |
| Hex | E5 | DC | FF | A | E | 0 | 0 | FF | 64 | 5D |
| Octal | 345 | 334 | 377 | 12 | 16 | 0 | 0 | 377 | 144 | 135 |
| Binary | 11100101 | 11011100 | 11111111 | 1010 | 1110 | 0 | 0 | 11111111 | 1100100 | 1011101 |
Color Harmonies of #E5DCFF
Complementary color
Monochromatic Colors of #E5DCFF
Black with #E5DCFF
Text Example
Text Example
White with #E5DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCFF; }
p { color: rgb(229,220,255); }
H1.HeaderClassName
{
color: #E5DCFF;
}
.AnyTagClassName
{
color: #E5DCFF;
}
</style>
background-color css
<style>
a { background-color: #E5DCFF; }
a { background-color: rgb(229,220,255); }
div.DivClassName
{
background-color: #E5DCFF;
}
.BgClassName
{
background-color: #E5DCFF;
}
</style>
border-color css
<style>
span { border-color: #E5DCFF; }
span { border-color: rgb(229,220,255); }
td.TdClassName
{
border-color: #E5DCFF;
}
.TagClassName
{
border-color: #E5DCFF;
}
</style>