Shades of Black Squeeze #EBEEDE
Tints of Black Squeeze #EBEEDE
RGB
CMYK
RGB Variations
Color information
#EBEEDE (or 0xEBEEDE) is known color: Black Squeeze. HEX triplet: EB, EE and DE. RGB value is (235,238,222). Sum of RGB (Red+Green+Blue) = 235+238+222=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEDE is #141121. Grayscale: #EBEBEB. Windows color (decimal): -1315106 or 14610155. OLE color: 14610155.
HSL color Cylindrical-coordinate representation of color #EBEEDE: hue angle of 71.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEEDE is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 222 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.07 |
| HSL | 71.25º | 0.32% | 0.9% | - |
| HSV(B) | 71.25º | 0.07% | 0.93% | - |
| XYZ | 78.02 | 84.09 | 81.23 | - |
| YUV | 235.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 222 | 0.01 | 0 | 0.07 | 0.07 | 71.25 | 0.32 | 0.9 |
| Hex | EB | EE | DE | 1 | 0 | 7 | 7 | 47 | 20 | 5A |
| Octal | 353 | 356 | 336 | 1 | 0 | 7 | 7 | 107 | 40 | 132 |
| Binary | 11101011 | 11101110 | 11011110 | 1 | 0 | 111 | 111 | 1000111 | 100000 | 1011010 |
Color Harmonies of #EBEEDE
Complementary color
Monochromatic Colors of #EBEEDE
Black with #EBEEDE
Text Example
Text Example
White with #EBEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEDE; }
p { color: rgb(235,238,222); }
H1.HeaderClassName
{
color: #EBEEDE;
}
.AnyTagClassName
{
color: #EBEEDE;
}
</style>
background-color css
<style>
a { background-color: #EBEEDE; }
a { background-color: rgb(235,238,222); }
div.DivClassName
{
background-color: #EBEEDE;
}
.BgClassName
{
background-color: #EBEEDE;
}
</style>
border-color css
<style>
span { border-color: #EBEEDE; }
span { border-color: rgb(235,238,222); }
td.TdClassName
{
border-color: #EBEEDE;
}
.TagClassName
{
border-color: #EBEEDE;
}
</style>