Shades of Lavender #E7DCFF
Tints of Lavender #E7DCFF
RGB
CMYK
RGB Variations
Color information
#E7DCFF (or 0xE7DCFF) is known color: Lavender. HEX triplet: E7, DC and FF. RGB value is (231,220,255). Sum of RGB (Red+Green+Blue) = 231+220+255=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFF is #182300. Grayscale: #E3E3E3. Windows color (decimal): -1581825 or 16768231. OLE color: 16768231.
HSL color Cylindrical-coordinate representation of color #E7DCFF: hue angle of 258.86º 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 #E7DCFF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 220 | 255 | - |
| CMYK | 0.09 | 0.14 | 0 | 0 |
| HSL | 258.86º | 1% | 0.93% | - |
| HSV(B) | 258.86º | 0.14% | 1% | - |
| XYZ | 76.6 | 75.4 | 105.12 | - |
| YUV | 227.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 255 | 0.09 | 0.14 | 0 | 0 | 258.86 | 1 | 0.93 |
| Hex | E7 | DC | FF | 9 | E | 0 | 0 | 103 | 64 | 5D |
| Octal | 347 | 334 | 377 | 11 | 16 | 0 | 0 | 403 | 144 | 135 |
| Binary | 11100111 | 11011100 | 11111111 | 1001 | 1110 | 0 | 0 | 100000011 | 1100100 | 1011101 |
Color Harmonies of #E7DCFF
Complementary color
Monochromatic Colors of #E7DCFF
Black with #E7DCFF
Text Example
Text Example
White with #E7DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCFF; }
p { color: rgb(231,220,255); }
H1.HeaderClassName
{
color: #E7DCFF;
}
.AnyTagClassName
{
color: #E7DCFF;
}
</style>
background-color css
<style>
a { background-color: #E7DCFF; }
a { background-color: rgb(231,220,255); }
div.DivClassName
{
background-color: #E7DCFF;
}
.BgClassName
{
background-color: #E7DCFF;
}
</style>
border-color css
<style>
span { border-color: #E7DCFF; }
span { border-color: rgb(231,220,255); }
td.TdClassName
{
border-color: #E7DCFF;
}
.TagClassName
{
border-color: #E7DCFF;
}
</style>