Shades of Lavender #ECEDFB
Tints of Lavender #ECEDFB
RGB
CMYK
RGB Variations
Color information
#ECEDFB (or 0xECEDFB) is known color: Lavender. HEX triplet: EC, ED and FB. RGB value is (236,237,251). Sum of RGB (Red+Green+Blue) = 236+237+251=724 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.60% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFB is #131204. Grayscale: #EEEEEE. Windows color (decimal): -1249797 or 16510444. OLE color: 16510444.
HSL color Cylindrical-coordinate representation of color #ECEDFB: hue angle of 236º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEDFB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 237 | 251 | - |
CMYK | 0.06 | 0.06 | 0 | 0.02 |
HSL | 236º | 0.65% | 0.95% | - |
HSV(B) | 236º | 0.06% | 0.98% | - |
XYZ | 82.29 | 85.37 | 103.41 | - |
YUV | 238.3 | 135.17 | 126.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 251 | 0.06 | 0.06 | 0 | 0.02 | 236 | 0.65 | 0.95 |
Hex | EC | ED | FB | 6 | 6 | 0 | 2 | EC | 41 | 5F |
Octal | 354 | 355 | 373 | 6 | 6 | 0 | 2 | 354 | 101 | 137 |
Binary | 11101100 | 11101101 | 11111011 | 110 | 110 | 0 | 10 | 11101100 | 1000001 | 1011111 |
Color Harmonies of #ECEDFB
Complementary color
Monochromatic Colors of #ECEDFB
Black with #ECEDFB
Text Example
Text Example
White with #ECEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDFB; }
p { color: rgb(236,237,251); }
H1.HeaderClassName
{
color: #ECEDFB;
}
.AnyTagClassName
{
color: #ECEDFB;
}
</style>
background-color css
<style>
a { background-color: #ECEDFB; }
a { background-color: rgb(236,237,251); }
div.DivClassName
{
background-color: #ECEDFB;
}
.BgClassName
{
background-color: #ECEDFB;
}
</style>
border-color css
<style>
span { border-color: #ECEDFB; }
span { border-color: rgb(236,237,251); }
td.TdClassName
{
border-color: #ECEDFB;
}
.TagClassName
{
border-color: #ECEDFB;
}
</style>