Shades of Lavender #E7DCFE
Tints of Lavender #E7DCFE
RGB
CMYK
RGB Variations
Color information
#E7DCFE (or 0xE7DCFE) is known color: Lavender. HEX triplet: E7, DC and FE. RGB value is (231,220,254). Sum of RGB (Red+Green+Blue) = 231+220+254=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFE is #182301. Grayscale: #E3E3E3. Windows color (decimal): -1581826 or 16702695. OLE color: 16702695.
HSL color Cylindrical-coordinate representation of color #E7DCFE: hue angle of 259.41º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DCFE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 220 | 254 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.00 |
| HSL | 259.41º | 0.94% | 0.93% | - |
| HSV(B) | 259.41º | 0.13% | 1% | - |
| XYZ | 76.44 | 75.33 | 104.28 | - |
| YUV | 227.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 254 | 0.09 | 0.13 | 0 | 0.00 | 259.41 | 0.94 | 0.93 |
| Hex | E7 | DC | FE | 9 | D | 0 | 0 | 103 | 5E | 5D |
| Octal | 347 | 334 | 376 | 11 | 15 | 0 | 0 | 403 | 136 | 135 |
| Binary | 11100111 | 11011100 | 11111110 | 1001 | 1101 | 0 | 0 | 100000011 | 1011110 | 1011101 |
Color Harmonies of #E7DCFE
Complementary color
Monochromatic Colors of #E7DCFE
Black with #E7DCFE
Text Example
Text Example
White with #E7DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCFE; }
p { color: rgb(231,220,254); }
H1.HeaderClassName
{
color: #E7DCFE;
}
.AnyTagClassName
{
color: #E7DCFE;
}
</style>
background-color css
<style>
a { background-color: #E7DCFE; }
a { background-color: rgb(231,220,254); }
div.DivClassName
{
background-color: #E7DCFE;
}
.BgClassName
{
background-color: #E7DCFE;
}
</style>
border-color css
<style>
span { border-color: #E7DCFE; }
span { border-color: rgb(231,220,254); }
td.TdClassName
{
border-color: #E7DCFE;
}
.TagClassName
{
border-color: #E7DCFE;
}
</style>