Shades of Magnolia #ECEBEE
Tints of Magnolia #ECEBEE
RGB
CMYK
RGB Variations
Color information
#ECEBEE (or 0xECEBEE) is known color: Magnolia. HEX triplet: EC, EB and EE. RGB value is (236,235,238). Sum of RGB (Red+Green+Blue) = 236+235+238=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBEE is #131411. Grayscale: #EBEBEB. Windows color (decimal): -1250322 or 15657964. OLE color: 15657964.
HSL color Cylindrical-coordinate representation of color #ECEBEE: hue angle of 260º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECEBEE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 238 | - |
CMYK | 0.01 | 0.01 | 0 | 0.07 |
HSL | 260º | 0.08% | 0.93% | - |
HSV(B) | 260º | 0.01% | 0.93% | - |
XYZ | 79.73 | 83.42 | 92.79 | - |
YUV | 235.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 238 | 0.01 | 0.01 | 0 | 0.07 | 260 | 0.08 | 0.93 |
Hex | EC | EB | EE | 1 | 1 | 0 | 7 | 104 | 8 | 5D |
Octal | 354 | 353 | 356 | 1 | 1 | 0 | 7 | 404 | 10 | 135 |
Binary | 11101100 | 11101011 | 11101110 | 1 | 1 | 0 | 111 | 100000100 | 1000 | 1011101 |
Color Harmonies of #ECEBEE
Complementary color
Monochromatic Colors of #ECEBEE
Black with #ECEBEE
Text Example
Text Example
White with #ECEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBEE; }
p { color: rgb(236,235,238); }
H1.HeaderClassName
{
color: #ECEBEE;
}
.AnyTagClassName
{
color: #ECEBEE;
}
</style>
background-color css
<style>
a { background-color: #ECEBEE; }
a { background-color: rgb(236,235,238); }
div.DivClassName
{
background-color: #ECEBEE;
}
.BgClassName
{
background-color: #ECEBEE;
}
</style>
border-color css
<style>
span { border-color: #ECEBEE; }
span { border-color: rgb(236,235,238); }
td.TdClassName
{
border-color: #ECEBEE;
}
.TagClassName
{
border-color: #ECEBEE;
}
</style>