Shades of Lavender #E7DFF8
Tints of Lavender #E7DFF8
RGB
CMYK
RGB Variations
Color information
#E7DFF8 (or 0xE7DFF8) is known color: Lavender. HEX triplet: E7, DF and F8. RGB value is (231,223,248). Sum of RGB (Red+Green+Blue) = 231+223+248=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #E7DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFF8 is #182007. Grayscale: #E4E4E4. Windows color (decimal): -1581064 or 16310247. OLE color: 16310247.
HSL color Cylindrical-coordinate representation of color #E7DFF8: hue angle of 259.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7DFF8 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 223 | 248 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.03 |
| HSL | 259.2º | 0.64% | 0.92% | - |
| HSV(B) | 259.2º | 0.1% | 0.97% | - |
| XYZ | 76.29 | 76.54 | 99.56 | - |
| YUV | 228.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 248 | 0.07 | 0.10 | 0 | 0.03 | 259.2 | 0.64 | 0.92 |
| Hex | E7 | DF | F8 | 7 | A | 0 | 3 | 103 | 40 | 5C |
| Octal | 347 | 337 | 370 | 7 | 12 | 0 | 3 | 403 | 100 | 134 |
| Binary | 11100111 | 11011111 | 11111000 | 111 | 1010 | 0 | 11 | 100000011 | 1000000 | 1011100 |
Color Harmonies of #E7DFF8
Complementary color
Monochromatic Colors of #E7DFF8
Black with #E7DFF8
Text Example
Text Example
White with #E7DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFF8; }
p { color: rgb(231,223,248); }
H1.HeaderClassName
{
color: #E7DFF8;
}
.AnyTagClassName
{
color: #E7DFF8;
}
</style>
background-color css
<style>
a { background-color: #E7DFF8; }
a { background-color: rgb(231,223,248); }
div.DivClassName
{
background-color: #E7DFF8;
}
.BgClassName
{
background-color: #E7DFF8;
}
</style>
border-color css
<style>
span { border-color: #E7DFF8; }
span { border-color: rgb(231,223,248); }
td.TdClassName
{
border-color: #E7DFF8;
}
.TagClassName
{
border-color: #E7DFF8;
}
</style>