Shades of Lavender #ECEDFE
Tints of Lavender #ECEDFE
RGB
CMYK
RGB Variations
Color information
#ECEDFE (or 0xECEDFE) is known color: Lavender. HEX triplet: EC, ED and FE. RGB value is (236,237,254). Sum of RGB (Red+Green+Blue) = 236+237+254=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFE is #131201. Grayscale: #EEEEEE. Windows color (decimal): -1249794 or 16707052. OLE color: 16707052.
HSL color Cylindrical-coordinate representation of color #ECEDFE: hue angle of 236.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECEDFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 237 | 254 | - |
CMYK | 0.07 | 0.07 | 0 | 0.00 |
HSL | 236.67º | 0.9% | 0.96% | - |
HSV(B) | 236.67º | 0.07% | 1% | - |
XYZ | 82.77 | 85.56 | 105.92 | - |
YUV | 238.64 | 136.67 | 126.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 254 | 0.07 | 0.07 | 0 | 0.00 | 236.67 | 0.9 | 0.96 |
Hex | EC | ED | FE | 7 | 7 | 0 | 0 | ED | 5A | 60 |
Octal | 354 | 355 | 376 | 7 | 7 | 0 | 0 | 355 | 132 | 140 |
Binary | 11101100 | 11101101 | 11111110 | 111 | 111 | 0 | 0 | 11101101 | 1011010 | 1100000 |
Color Harmonies of #ECEDFE
Complementary color
Monochromatic Colors of #ECEDFE
Black with #ECEDFE
Text Example
Text Example
White with #ECEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDFE; }
p { color: rgb(236,237,254); }
H1.HeaderClassName
{
color: #ECEDFE;
}
.AnyTagClassName
{
color: #ECEDFE;
}
</style>
background-color css
<style>
a { background-color: #ECEDFE; }
a { background-color: rgb(236,237,254); }
div.DivClassName
{
background-color: #ECEDFE;
}
.BgClassName
{
background-color: #ECEDFE;
}
</style>
border-color css
<style>
span { border-color: #ECEDFE; }
span { border-color: rgb(236,237,254); }
td.TdClassName
{
border-color: #ECEDFE;
}
.TagClassName
{
border-color: #ECEDFE;
}
</style>