Shades of Lavender #E7DFFC
Tints of Lavender #E7DFFC
RGB
CMYK
RGB Variations
Color information
#E7DFFC (or 0xE7DFFC) is known color: Lavender. HEX triplet: E7, DF and FC. RGB value is (231,223,252). Sum of RGB (Red+Green+Blue) = 231+223+252=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFFC is #182003. Grayscale: #E4E4E4. Windows color (decimal): -1581060 or 16572391. OLE color: 16572391.
HSL color Cylindrical-coordinate representation of color #E7DFFC: hue angle of 256.55º 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 #E7DFFC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 223 | 252 | - |
CMYK | 0.08 | 0.12 | 0 | 0.01 |
HSL | 256.55º | 0.83% | 0.93% | - |
HSV(B) | 256.55º | 0.12% | 0.99% | - |
XYZ | 76.91 | 76.79 | 102.86 | - |
YUV | 228.7 | 141.15 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 223 | 252 | 0.08 | 0.12 | 0 | 0.01 | 256.55 | 0.83 | 0.93 |
Hex | E7 | DF | FC | 8 | C | 0 | 1 | 101 | 53 | 5D |
Octal | 347 | 337 | 374 | 10 | 14 | 0 | 1 | 401 | 123 | 135 |
Binary | 11100111 | 11011111 | 11111100 | 1000 | 1100 | 0 | 1 | 100000001 | 1010011 | 1011101 |
Color Harmonies of #E7DFFC
Complementary color
Monochromatic Colors of #E7DFFC
Black with #E7DFFC
Text Example
Text Example
White with #E7DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFFC; }
p { color: rgb(231,223,252); }
H1.HeaderClassName
{
color: #E7DFFC;
}
.AnyTagClassName
{
color: #E7DFFC;
}
</style>
background-color css
<style>
a { background-color: #E7DFFC; }
a { background-color: rgb(231,223,252); }
div.DivClassName
{
background-color: #E7DFFC;
}
.BgClassName
{
background-color: #E7DFFC;
}
</style>
border-color css
<style>
span { border-color: #E7DFFC; }
span { border-color: rgb(231,223,252); }
td.TdClassName
{
border-color: #E7DFFC;
}
.TagClassName
{
border-color: #E7DFFC;
}
</style>