Shades of Lavender #E4DFF2
Tints of Lavender #E4DFF2
RGB
CMYK
RGB Variations
Color information
#E4DFF2 (or 0xE4DFF2) is known color: Lavender. HEX triplet: E4, DF and F2. RGB value is (228,223,242). Sum of RGB (Red+Green+Blue) = 228+223+242=693 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.90% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFF2 is #1B200D. Grayscale: #E2E2E2. Windows color (decimal): -1777678 or 15917028. OLE color: 15917028.
HSL color Cylindrical-coordinate representation of color #E4DFF2: hue angle of 255.79º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4DFF2 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 228 | 223 | 242 | - |
CMYK | 0.06 | 0.08 | 0 | 0.05 |
HSL | 255.79º | 0.42% | 0.91% | - |
HSV(B) | 255.79º | 0.08% | 0.95% | - |
XYZ | 74.41 | 75.68 | 94.69 | - |
YUV | 226.66 | 136.66 | 128.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 223 | 242 | 0.06 | 0.08 | 0 | 0.05 | 255.79 | 0.42 | 0.91 |
Hex | E4 | DF | F2 | 6 | 8 | 0 | 5 | 100 | 2A | 5B |
Octal | 344 | 337 | 362 | 6 | 10 | 0 | 5 | 400 | 52 | 133 |
Binary | 11100100 | 11011111 | 11110010 | 110 | 1000 | 0 | 101 | 100000000 | 101010 | 1011011 |
Color Harmonies of #E4DFF2
Complementary color
Monochromatic Colors of #E4DFF2
Black with #E4DFF2
Text Example
Text Example
White with #E4DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFF2; }
p { color: rgb(228,223,242); }
H1.HeaderClassName
{
color: #E4DFF2;
}
.AnyTagClassName
{
color: #E4DFF2;
}
</style>
background-color css
<style>
a { background-color: #E4DFF2; }
a { background-color: rgb(228,223,242); }
div.DivClassName
{
background-color: #E4DFF2;
}
.BgClassName
{
background-color: #E4DFF2;
}
</style>
border-color css
<style>
span { border-color: #E4DFF2; }
span { border-color: rgb(228,223,242); }
td.TdClassName
{
border-color: #E4DFF2;
}
.TagClassName
{
border-color: #E4DFF2;
}
</style>