Shades of Lavender #ECEDF3
Tints of Lavender #ECEDF3
RGB
CMYK
RGB Variations
Color information
#ECEDF3 (or 0xECEDF3) is known color: Lavender. HEX triplet: EC, ED and F3. RGB value is (236,237,243). Sum of RGB (Red+Green+Blue) = 236+237+243=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 237 (92.97% from 255 or 33.10% 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 #ECEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDF3 is #13120C. Grayscale: #EDEDED. Windows color (decimal): -1249805 or 15986156. OLE color: 15986156.
HSL color Cylindrical-coordinate representation of color #ECEDF3: hue angle of 231.43º 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 #ECEDF3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 237 | 243 | - |
CMYK | 0.03 | 0.02 | 0 | 0.05 |
HSL | 231.43º | 0.23% | 0.94% | - |
HSV(B) | 231.43º | 0.03% | 0.95% | - |
XYZ | 81.05 | 84.87 | 96.9 | - |
YUV | 237.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 243 | 0.03 | 0.02 | 0 | 0.05 | 231.43 | 0.23 | 0.94 |
Hex | EC | ED | F3 | 3 | 2 | 0 | 5 | E7 | 17 | 5E |
Octal | 354 | 355 | 363 | 3 | 2 | 0 | 5 | 347 | 27 | 136 |
Binary | 11101100 | 11101101 | 11110011 | 11 | 10 | 0 | 101 | 11100111 | 10111 | 1011110 |
Color Harmonies of #ECEDF3
Complementary color
Monochromatic Colors of #ECEDF3
Black with #ECEDF3
Text Example
Text Example
White with #ECEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDF3; }
p { color: rgb(236,237,243); }
H1.HeaderClassName
{
color: #ECEDF3;
}
.AnyTagClassName
{
color: #ECEDF3;
}
</style>
background-color css
<style>
a { background-color: #ECEDF3; }
a { background-color: rgb(236,237,243); }
div.DivClassName
{
background-color: #ECEDF3;
}
.BgClassName
{
background-color: #ECEDF3;
}
</style>
border-color css
<style>
span { border-color: #ECEDF3; }
span { border-color: rgb(236,237,243); }
td.TdClassName
{
border-color: #ECEDF3;
}
.TagClassName
{
border-color: #ECEDF3;
}
</style>