Shades of Lavender #EDECF4
Tints of Lavender #EDECF4
RGB
CMYK
RGB Variations
Color information
#EDECF4 (or 0xEDECF4) is known color: Lavender. HEX triplet: ED, EC and F4. RGB value is (237,236,244). Sum of RGB (Red+Green+Blue) = 237+236+244=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF4 is #12130B. Grayscale: #EDEDED. Windows color (decimal): -1184524 or 16051437. OLE color: 16051437.
HSL color Cylindrical-coordinate representation of color #EDECF4: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDECF4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 236 | 244 | - |
CMYK | 0.03 | 0.03 | 0 | 0.04 |
HSL | 247.5º | 0.27% | 0.94% | - |
HSV(B) | 247.5º | 0.03% | 0.96% | - |
XYZ | 81.25 | 84.53 | 97.62 | - |
YUV | 237.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 244 | 0.03 | 0.03 | 0 | 0.04 | 247.5 | 0.27 | 0.94 |
Hex | ED | EC | F4 | 3 | 3 | 0 | 4 | F8 | 1B | 5E |
Octal | 355 | 354 | 364 | 3 | 3 | 0 | 4 | 370 | 33 | 136 |
Binary | 11101101 | 11101100 | 11110100 | 11 | 11 | 0 | 100 | 11111000 | 11011 | 1011110 |
Color Harmonies of #EDECF4
Complementary color
Monochromatic Colors of #EDECF4
Black with #EDECF4
Text Example
Text Example
White with #EDECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECF4; }
p { color: rgb(237,236,244); }
H1.HeaderClassName
{
color: #EDECF4;
}
.AnyTagClassName
{
color: #EDECF4;
}
</style>
background-color css
<style>
a { background-color: #EDECF4; }
a { background-color: rgb(237,236,244); }
div.DivClassName
{
background-color: #EDECF4;
}
.BgClassName
{
background-color: #EDECF4;
}
</style>
border-color css
<style>
span { border-color: #EDECF4; }
span { border-color: rgb(237,236,244); }
td.TdClassName
{
border-color: #EDECF4;
}
.TagClassName
{
border-color: #EDECF4;
}
</style>