Shades of Lavender #E4D8FF
Tints of Lavender #E4D8FF
RGB
CMYK
RGB Variations
Color information
#E4D8FF (or 0xE4D8FF) is known color: Lavender. HEX triplet: E4, D8 and FF. RGB value is (228,216,255). Sum of RGB (Red+Green+Blue) = 228+216+255=699 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.62% from 699); Green value is 216 (84.77% from 255 or 30.90% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D8FF is #1B2700. Grayscale: #DFDFDF. Windows color (decimal): -1779457 or 16767204. OLE color: 16767204.
HSL color Cylindrical-coordinate representation of color #E4D8FF: hue angle of 258.46º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E4D8FF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 216 | 255 | - |
| CMYK | 0.11 | 0.15 | 0 | 0 |
| HSL | 258.46º | 1% | 0.92% | - |
| HSV(B) | 258.46º | 0.15% | 1% | - |
| XYZ | 74.6 | 72.83 | 104.73 | - |
| YUV | 224.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 216 | 255 | 0.11 | 0.15 | 0 | 0 | 258.46 | 1 | 0.92 |
| Hex | E4 | D8 | FF | B | F | 0 | 0 | 102 | 64 | 5C |
| Octal | 344 | 330 | 377 | 13 | 17 | 0 | 0 | 402 | 144 | 134 |
| Binary | 11100100 | 11011000 | 11111111 | 1011 | 1111 | 0 | 0 | 100000010 | 1100100 | 1011100 |
Color Harmonies of #E4D8FF
Complementary color
Monochromatic Colors of #E4D8FF
Black with #E4D8FF
Text Example
Text Example
White with #E4D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D8FF; }
p { color: rgb(228,216,255); }
H1.HeaderClassName
{
color: #E4D8FF;
}
.AnyTagClassName
{
color: #E4D8FF;
}
</style>
background-color css
<style>
a { background-color: #E4D8FF; }
a { background-color: rgb(228,216,255); }
div.DivClassName
{
background-color: #E4D8FF;
}
.BgClassName
{
background-color: #E4D8FF;
}
</style>
border-color css
<style>
span { border-color: #E4D8FF; }
span { border-color: rgb(228,216,255); }
td.TdClassName
{
border-color: #E4D8FF;
}
.TagClassName
{
border-color: #E4D8FF;
}
</style>