Shades of Lavender #E7DEFD
Tints of Lavender #E7DEFD
RGB
CMYK
RGB Variations
Color information
#E7DEFD (or 0xE7DEFD) is known color: Lavender. HEX triplet: E7, DE and FD. RGB value is (231,222,253). Sum of RGB (Red+Green+Blue) = 231+222+253=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFD is #182102. Grayscale: #E4E4E4. Windows color (decimal): -1581315 or 16637671. OLE color: 16637671.
HSL color Cylindrical-coordinate representation of color #E7DEFD: hue angle of 257.42º degrees, saturation: 0.89, 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 #E7DEFD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 222 | 253 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.01 |
| HSL | 257.42º | 0.89% | 0.93% | - |
| HSV(B) | 257.42º | 0.12% | 0.99% | - |
| XYZ | 76.81 | 76.32 | 103.61 | - |
| YUV | 228.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 253 | 0.09 | 0.12 | 0 | 0.01 | 257.42 | 0.89 | 0.93 |
| Hex | E7 | DE | FD | 9 | C | 0 | 1 | 101 | 59 | 5D |
| Octal | 347 | 336 | 375 | 11 | 14 | 0 | 1 | 401 | 131 | 135 |
| Binary | 11100111 | 11011110 | 11111101 | 1001 | 1100 | 0 | 1 | 100000001 | 1011001 | 1011101 |
Color Harmonies of #E7DEFD
Complementary color
Monochromatic Colors of #E7DEFD
Black with #E7DEFD
Text Example
Text Example
White with #E7DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEFD; }
p { color: rgb(231,222,253); }
H1.HeaderClassName
{
color: #E7DEFD;
}
.AnyTagClassName
{
color: #E7DEFD;
}
</style>
background-color css
<style>
a { background-color: #E7DEFD; }
a { background-color: rgb(231,222,253); }
div.DivClassName
{
background-color: #E7DEFD;
}
.BgClassName
{
background-color: #E7DEFD;
}
</style>
border-color css
<style>
span { border-color: #E7DEFD; }
span { border-color: rgb(231,222,253); }
td.TdClassName
{
border-color: #E7DEFD;
}
.TagClassName
{
border-color: #E7DEFD;
}
</style>