Shades of Lavender #E4DFF3
Tints of Lavender #E4DFF3
RGB
CMYK
RGB Variations
Color information
#E4DFF3 (or 0xE4DFF3) is known color: Lavender. HEX triplet: E4, DF and F3. RGB value is (228,223,243). Sum of RGB (Red+Green+Blue) = 228+223+243=694 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.85% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFF3 is #1B200C. Grayscale: #E2E2E2. Windows color (decimal): -1777677 or 15982564. OLE color: 15982564.
HSL color Cylindrical-coordinate representation of color #E4DFF3: hue angle of 255º degrees, saturation: 0.45, 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 #E4DFF3 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 228 | 223 | 243 | - |
CMYK | 0.06 | 0.08 | 0 | 0.05 |
HSL | 255º | 0.45% | 0.91% | - |
HSV(B) | 255º | 0.08% | 0.95% | - |
XYZ | 74.56 | 75.74 | 95.48 | - |
YUV | 226.78 | 137.16 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 223 | 243 | 0.06 | 0.08 | 0 | 0.05 | 255 | 0.45 | 0.91 |
Hex | E4 | DF | F3 | 6 | 8 | 0 | 5 | FF | 2D | 5B |
Octal | 344 | 337 | 363 | 6 | 10 | 0 | 5 | 377 | 55 | 133 |
Binary | 11100100 | 11011111 | 11110011 | 110 | 1000 | 0 | 101 | 11111111 | 101101 | 1011011 |
Color Harmonies of #E4DFF3
Complementary color
Monochromatic Colors of #E4DFF3
Black with #E4DFF3
Text Example
Text Example
White with #E4DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFF3; }
p { color: rgb(228,223,243); }
H1.HeaderClassName
{
color: #E4DFF3;
}
.AnyTagClassName
{
color: #E4DFF3;
}
</style>
background-color css
<style>
a { background-color: #E4DFF3; }
a { background-color: rgb(228,223,243); }
div.DivClassName
{
background-color: #E4DFF3;
}
.BgClassName
{
background-color: #E4DFF3;
}
</style>
border-color css
<style>
span { border-color: #E4DFF3; }
span { border-color: rgb(228,223,243); }
td.TdClassName
{
border-color: #E4DFF3;
}
.TagClassName
{
border-color: #E4DFF3;
}
</style>