Shades of Lavender #E7DEFC
Tints of Lavender #E7DEFC
RGB
CMYK
RGB Variations
Color information
#E7DEFC (or 0xE7DEFC) is known color: Lavender. HEX triplet: E7, DE and FC. RGB value is (231,222,252). Sum of RGB (Red+Green+Blue) = 231+222+252=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFC is #182103. Grayscale: #E3E3E3. Windows color (decimal): -1581316 or 16572135. OLE color: 16572135.
HSL color Cylindrical-coordinate representation of color #E7DEFC: hue angle of 258º degrees, saturation: 0.83, 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 #E7DEFC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 222 | 252 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.01 |
| HSL | 258º | 0.83% | 0.93% | - |
| HSV(B) | 258º | 0.12% | 0.99% | - |
| XYZ | 76.65 | 76.26 | 102.78 | - |
| YUV | 228.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 252 | 0.08 | 0.12 | 0 | 0.01 | 258 | 0.83 | 0.93 |
| Hex | E7 | DE | FC | 8 | C | 0 | 1 | 102 | 53 | 5D |
| Octal | 347 | 336 | 374 | 10 | 14 | 0 | 1 | 402 | 123 | 135 |
| Binary | 11100111 | 11011110 | 11111100 | 1000 | 1100 | 0 | 1 | 100000010 | 1010011 | 1011101 |
Color Harmonies of #E7DEFC
Complementary color
Monochromatic Colors of #E7DEFC
Black with #E7DEFC
Text Example
Text Example
White with #E7DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEFC; }
p { color: rgb(231,222,252); }
H1.HeaderClassName
{
color: #E7DEFC;
}
.AnyTagClassName
{
color: #E7DEFC;
}
</style>
background-color css
<style>
a { background-color: #E7DEFC; }
a { background-color: rgb(231,222,252); }
div.DivClassName
{
background-color: #E7DEFC;
}
.BgClassName
{
background-color: #E7DEFC;
}
</style>
border-color css
<style>
span { border-color: #E7DEFC; }
span { border-color: rgb(231,222,252); }
td.TdClassName
{
border-color: #E7DEFC;
}
.TagClassName
{
border-color: #E7DEFC;
}
</style>