Shades of Lavender #EDECF3
Tints of Lavender #EDECF3
RGB
CMYK
RGB Variations
Color information
#EDECF3 (or 0xEDECF3) is known color: Lavender. HEX triplet: ED, EC and F3. RGB value is (237,236,243). Sum of RGB (Red+Green+Blue) = 237+236+243=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDECF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF3 is #12130C. Grayscale: #EDEDED. Windows color (decimal): -1184525 or 15985901. OLE color: 15985901.
HSL color Cylindrical-coordinate representation of color #EDECF3: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDECF3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 236 | 243 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 248.57º | 0.23% | 0.94% | - |
HSV(B) | 248.57º | 0.03% | 0.95% | - |
XYZ | 81.1 | 84.47 | 96.82 | - |
YUV | 237.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 243 | 0.02 | 0.03 | 0 | 0.05 | 248.57 | 0.23 | 0.94 |
Hex | ED | EC | F3 | 2 | 3 | 0 | 5 | F9 | 17 | 5E |
Octal | 355 | 354 | 363 | 2 | 3 | 0 | 5 | 371 | 27 | 136 |
Binary | 11101101 | 11101100 | 11110011 | 10 | 11 | 0 | 101 | 11111001 | 10111 | 1011110 |
Color Harmonies of #EDECF3
Complementary color
Monochromatic Colors of #EDECF3
Black with #EDECF3
Text Example
Text Example
White with #EDECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECF3; }
p { color: rgb(237,236,243); }
H1.HeaderClassName
{
color: #EDECF3;
}
.AnyTagClassName
{
color: #EDECF3;
}
</style>
background-color css
<style>
a { background-color: #EDECF3; }
a { background-color: rgb(237,236,243); }
div.DivClassName
{
background-color: #EDECF3;
}
.BgClassName
{
background-color: #EDECF3;
}
</style>
border-color css
<style>
span { border-color: #EDECF3; }
span { border-color: rgb(237,236,243); }
td.TdClassName
{
border-color: #EDECF3;
}
.TagClassName
{
border-color: #EDECF3;
}
</style>