Shades of Lavender #EDEDF2
Tints of Lavender #EDEDF2
RGB
CMYK
RGB Variations
Color information
#EDEDF2 (or 0xEDEDF2) is known color: Lavender. HEX triplet: ED, ED and F2. RGB value is (237,237,242). Sum of RGB (Red+Green+Blue) = 237+237+242=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF2 is #12120D. Grayscale: #EDEDED. Windows color (decimal): -1184270 or 15920621. OLE color: 15920621.
HSL color Cylindrical-coordinate representation of color #EDEDF2: hue angle of 240º degrees, saturation: 0.16, 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 #EDEDF2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 237 | 242 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 240º | 0.16% | 0.94% | - |
HSV(B) | 240º | 0.02% | 0.95% | - |
XYZ | 81.24 | 84.98 | 96.13 | - |
YUV | 237.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 242 | 0.02 | 0.02 | 0 | 0.05 | 240 | 0.16 | 0.94 |
Hex | ED | ED | F2 | 2 | 2 | 0 | 5 | F0 | 10 | 5E |
Octal | 355 | 355 | 362 | 2 | 2 | 0 | 5 | 360 | 20 | 136 |
Binary | 11101101 | 11101101 | 11110010 | 10 | 10 | 0 | 101 | 11110000 | 10000 | 1011110 |
Color Harmonies of #EDEDF2
Complementary color
Monochromatic Colors of #EDEDF2
Black with #EDEDF2
Text Example
Text Example
White with #EDEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDF2; }
p { color: rgb(237,237,242); }
H1.HeaderClassName
{
color: #EDEDF2;
}
.AnyTagClassName
{
color: #EDEDF2;
}
</style>
background-color css
<style>
a { background-color: #EDEDF2; }
a { background-color: rgb(237,237,242); }
div.DivClassName
{
background-color: #EDEDF2;
}
.BgClassName
{
background-color: #EDEDF2;
}
</style>
border-color css
<style>
span { border-color: #EDEDF2; }
span { border-color: rgb(237,237,242); }
td.TdClassName
{
border-color: #EDEDF2;
}
.TagClassName
{
border-color: #EDEDF2;
}
</style>