Shades of Lavender #EEEDF3
Tints of Lavender #EEEDF3
RGB
CMYK
RGB Variations
Color information
#EEEDF3 (or 0xEEEDF3) is known color: Lavender. HEX triplet: EE, ED and F3. RGB value is (238,237,243). Sum of RGB (Red+Green+Blue) = 238+237+243=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDF3 is #11120C. Grayscale: #EDEDED. Windows color (decimal): -1118733 or 15986158. OLE color: 15986158.
HSL color Cylindrical-coordinate representation of color #EEEDF3: hue angle of 250º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEDF3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 237 | 243 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 250º | 0.2% | 0.94% | - |
HSV(B) | 250º | 0.02% | 0.95% | - |
XYZ | 81.72 | 85.22 | 96.94 | - |
YUV | 237.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 243 | 0.02 | 0.02 | 0 | 0.05 | 250 | 0.2 | 0.94 |
Hex | EE | ED | F3 | 2 | 2 | 0 | 5 | FA | 14 | 5E |
Octal | 356 | 355 | 363 | 2 | 2 | 0 | 5 | 372 | 24 | 136 |
Binary | 11101110 | 11101101 | 11110011 | 10 | 10 | 0 | 101 | 11111010 | 10100 | 1011110 |
Color Harmonies of #EEEDF3
Complementary color
Monochromatic Colors of #EEEDF3
Black with #EEEDF3
Text Example
Text Example
White with #EEEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDF3; }
p { color: rgb(238,237,243); }
H1.HeaderClassName
{
color: #EEEDF3;
}
.AnyTagClassName
{
color: #EEEDF3;
}
</style>
background-color css
<style>
a { background-color: #EEEDF3; }
a { background-color: rgb(238,237,243); }
div.DivClassName
{
background-color: #EEEDF3;
}
.BgClassName
{
background-color: #EEEDF3;
}
</style>
border-color css
<style>
span { border-color: #EEEDF3; }
span { border-color: rgb(238,237,243); }
td.TdClassName
{
border-color: #EEEDF3;
}
.TagClassName
{
border-color: #EEEDF3;
}
</style>