Shades of Lavender #E7DDFF
Tints of Lavender #E7DDFF
RGB
CMYK
RGB Variations
Color information
#E7DDFF (or 0xE7DDFF) is known color: Lavender. HEX triplet: E7, DD and FF. RGB value is (231,221,255). Sum of RGB (Red+Green+Blue) = 231+221+255=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDFF is #182200. Grayscale: #E3E3E3. Windows color (decimal): -1581569 or 16768487. OLE color: 16768487.
HSL color Cylindrical-coordinate representation of color #E7DDFF: hue angle of 257.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DDFF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 231 | 221 | 255 | - |
CMYK | 0.09 | 0.13 | 0 | 0 |
HSL | 257.65º | 1% | 0.93% | - |
HSV(B) | 257.65º | 0.13% | 1% | - |
XYZ | 76.86 | 75.92 | 105.21 | - |
YUV | 227.87 | 143.31 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 221 | 255 | 0.09 | 0.13 | 0 | 0 | 257.65 | 1 | 0.93 |
Hex | E7 | DD | FF | 9 | D | 0 | 0 | 102 | 64 | 5D |
Octal | 347 | 335 | 377 | 11 | 15 | 0 | 0 | 402 | 144 | 135 |
Binary | 11100111 | 11011101 | 11111111 | 1001 | 1101 | 0 | 0 | 100000010 | 1100100 | 1011101 |
Color Harmonies of #E7DDFF
Complementary color
Monochromatic Colors of #E7DDFF
Black with #E7DDFF
Text Example
Text Example
White with #E7DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDFF; }
p { color: rgb(231,221,255); }
H1.HeaderClassName
{
color: #E7DDFF;
}
.AnyTagClassName
{
color: #E7DDFF;
}
</style>
background-color css
<style>
a { background-color: #E7DDFF; }
a { background-color: rgb(231,221,255); }
div.DivClassName
{
background-color: #E7DDFF;
}
.BgClassName
{
background-color: #E7DDFF;
}
</style>
border-color css
<style>
span { border-color: #E7DDFF; }
span { border-color: rgb(231,221,255); }
td.TdClassName
{
border-color: #E7DDFF;
}
.TagClassName
{
border-color: #E7DDFF;
}
</style>