Shades of Lavender #EDEEF6
Tints of Lavender #EDEEF6
RGB
CMYK
RGB Variations
Color information
#EDEEF6 (or 0xEDEEF6) is known color: Lavender. HEX triplet: ED, EE and F6. RGB value is (237,238,246). Sum of RGB (Red+Green+Blue) = 237+238+246=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDEEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF6 is #121109. Grayscale: #EEEEEE. Windows color (decimal): -1184010 or 16183021. OLE color: 16183021.
HSL color Cylindrical-coordinate representation of color #EDEEF6: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEEF6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 238 | 246 | - |
CMYK | 0.04 | 0.03 | 0 | 0.04 |
HSL | 233.33º | 0.33% | 0.95% | - |
HSV(B) | 233.33º | 0.04% | 0.96% | - |
XYZ | 82.13 | 85.81 | 99.42 | - |
YUV | 238.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 246 | 0.04 | 0.03 | 0 | 0.04 | 233.33 | 0.33 | 0.95 |
Hex | ED | EE | F6 | 4 | 3 | 0 | 4 | E9 | 21 | 5F |
Octal | 355 | 356 | 366 | 4 | 3 | 0 | 4 | 351 | 41 | 137 |
Binary | 11101101 | 11101110 | 11110110 | 100 | 11 | 0 | 100 | 11101001 | 100001 | 1011111 |
Color Harmonies of #EDEEF6
Complementary color
Monochromatic Colors of #EDEEF6
Black with #EDEEF6
Text Example
Text Example
White with #EDEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEF6; }
p { color: rgb(237,238,246); }
H1.HeaderClassName
{
color: #EDEEF6;
}
.AnyTagClassName
{
color: #EDEEF6;
}
</style>
background-color css
<style>
a { background-color: #EDEEF6; }
a { background-color: rgb(237,238,246); }
div.DivClassName
{
background-color: #EDEEF6;
}
.BgClassName
{
background-color: #EDEEF6;
}
</style>
border-color css
<style>
span { border-color: #EDEEF6; }
span { border-color: rgb(237,238,246); }
td.TdClassName
{
border-color: #EDEEF6;
}
.TagClassName
{
border-color: #EDEEF6;
}
</style>