Shades of Lavender #E8DFFF
Tints of Lavender #E8DFFF
RGB
CMYK
RGB Variations
Color information
#E8DFFF (or 0xE8DFFF) is known color: Lavender. HEX triplet: E8, DF and FF. RGB value is (232,223,255). Sum of RGB (Red+Green+Blue) = 232+223+255=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFFF is #172000. Grayscale: #E5E5E5. Windows color (decimal): -1515521 or 16769000. OLE color: 16769000.
HSL color Cylindrical-coordinate representation of color #E8DFFF: hue angle of 256.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8DFFF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 223 | 255 | - |
| CMYK | 0.09 | 0.13 | 0 | 0 |
| HSL | 256.88º | 1% | 0.94% | - |
| HSV(B) | 256.88º | 0.13% | 1% | - |
| XYZ | 77.72 | 77.15 | 105.4 | - |
| YUV | 229.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 255 | 0.09 | 0.13 | 0 | 0 | 256.88 | 1 | 0.94 |
| Hex | E8 | DF | FF | 9 | D | 0 | 0 | 101 | 64 | 5E |
| Octal | 350 | 337 | 377 | 11 | 15 | 0 | 0 | 401 | 144 | 136 |
| Binary | 11101000 | 11011111 | 11111111 | 1001 | 1101 | 0 | 0 | 100000001 | 1100100 | 1011110 |
Color Harmonies of #E8DFFF
Complementary color
Monochromatic Colors of #E8DFFF
Black with #E8DFFF
Text Example
Text Example
White with #E8DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFFF; }
p { color: rgb(232,223,255); }
H1.HeaderClassName
{
color: #E8DFFF;
}
.AnyTagClassName
{
color: #E8DFFF;
}
</style>
background-color css
<style>
a { background-color: #E8DFFF; }
a { background-color: rgb(232,223,255); }
div.DivClassName
{
background-color: #E8DFFF;
}
.BgClassName
{
background-color: #E8DFFF;
}
</style>
border-color css
<style>
span { border-color: #E8DFFF; }
span { border-color: rgb(232,223,255); }
td.TdClassName
{
border-color: #E8DFFF;
}
.TagClassName
{
border-color: #E8DFFF;
}
</style>