Shades of Lavender #EDEEF9
Tints of Lavender #EDEEF9
RGB
CMYK
RGB Variations
Color information
#EDEEF9 (or 0xEDEEF9) is known color: Lavender. HEX triplet: ED, EE and F9. RGB value is (237,238,249). Sum of RGB (Red+Green+Blue) = 237+238+249=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDEEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF9 is #121106. Grayscale: #EEEEEE. Windows color (decimal): -1184007 or 16379629. OLE color: 16379629.
HSL color Cylindrical-coordinate representation of color #EDEEF9: hue angle of 235º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDEEF9 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 238 | 249 | - |
CMYK | 0.05 | 0.04 | 0 | 0.02 |
HSL | 235º | 0.5% | 0.95% | - |
HSV(B) | 235º | 0.05% | 0.98% | - |
XYZ | 82.6 | 85.99 | 101.87 | - |
YUV | 238.96 | 133.67 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 249 | 0.05 | 0.04 | 0 | 0.02 | 235 | 0.5 | 0.95 |
Hex | ED | EE | F9 | 5 | 4 | 0 | 2 | EB | 32 | 5F |
Octal | 355 | 356 | 371 | 5 | 4 | 0 | 2 | 353 | 62 | 137 |
Binary | 11101101 | 11101110 | 11111001 | 101 | 100 | 0 | 10 | 11101011 | 110010 | 1011111 |
Color Harmonies of #EDEEF9
Complementary color
Monochromatic Colors of #EDEEF9
Black with #EDEEF9
Text Example
Text Example
White with #EDEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEF9; }
p { color: rgb(237,238,249); }
H1.HeaderClassName
{
color: #EDEEF9;
}
.AnyTagClassName
{
color: #EDEEF9;
}
</style>
background-color css
<style>
a { background-color: #EDEEF9; }
a { background-color: rgb(237,238,249); }
div.DivClassName
{
background-color: #EDEEF9;
}
.BgClassName
{
background-color: #EDEEF9;
}
</style>
border-color css
<style>
span { border-color: #EDEEF9; }
span { border-color: rgb(237,238,249); }
td.TdClassName
{
border-color: #EDEEF9;
}
.TagClassName
{
border-color: #EDEEF9;
}
</style>