Shades of Black Squeeze #ECEEE4
Tints of Black Squeeze #ECEEE4
RGB
CMYK
RGB Variations
Color information
#ECEEE4 (or 0xECEEE4) is known color: Black Squeeze. HEX triplet: EC, EE and E4. RGB value is (236,238,228). Sum of RGB (Red+Green+Blue) = 236+238+228=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEEE4 is #13111B. Grayscale: #ECECEC. Windows color (decimal): -1249564 or 15003372. OLE color: 15003372.
HSL color Cylindrical-coordinate representation of color #ECEEE4: hue angle of 72º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEEE4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 228 | - |
CMYK | 0.01 | 0 | 0.04 | 0.07 |
HSL | 72º | 0.23% | 0.91% | - |
HSV(B) | 72º | 0.04% | 0.93% | - |
XYZ | 79.17 | 84.58 | 85.55 | - |
YUV | 236.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 228 | 0.01 | 0 | 0.04 | 0.07 | 72 | 0.23 | 0.91 |
Hex | EC | EE | E4 | 1 | 0 | 4 | 7 | 48 | 17 | 5B |
Octal | 354 | 356 | 344 | 1 | 0 | 4 | 7 | 110 | 27 | 133 |
Binary | 11101100 | 11101110 | 11100100 | 1 | 0 | 100 | 111 | 1001000 | 10111 | 1011011 |
Color Harmonies of #ECEEE4
Complementary color
Monochromatic Colors of #ECEEE4
Black with #ECEEE4
Text Example
Text Example
White with #ECEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEE4; }
p { color: rgb(236,238,228); }
H1.HeaderClassName
{
color: #ECEEE4;
}
.AnyTagClassName
{
color: #ECEEE4;
}
</style>
background-color css
<style>
a { background-color: #ECEEE4; }
a { background-color: rgb(236,238,228); }
div.DivClassName
{
background-color: #ECEEE4;
}
.BgClassName
{
background-color: #ECEEE4;
}
</style>
border-color css
<style>
span { border-color: #ECEEE4; }
span { border-color: rgb(236,238,228); }
td.TdClassName
{
border-color: #ECEEE4;
}
.TagClassName
{
border-color: #ECEEE4;
}
</style>