Shades of Saltpan #EBEEE2
Tints of Saltpan #EBEEE2
RGB
CMYK
RGB Variations
Color information
#EBEEE2 (or 0xEBEEE2) is known color: Saltpan. HEX triplet: EB, EE and E2. RGB value is (235,238,226). Sum of RGB (Red+Green+Blue) = 235+238+226=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEE2 is #14111D. Grayscale: #EBEBEB. Windows color (decimal): -1315102 or 14872299. OLE color: 14872299.
HSL color Cylindrical-coordinate representation of color #EBEEE2: hue angle of 75º degrees, saturation: 0.26, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBEEE2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 226 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.07 |
| HSL | 75º | 0.26% | 0.91% | - |
| HSV(B) | 75º | 0.05% | 0.93% | - |
| XYZ | 78.56 | 84.3 | 84.08 | - |
| YUV | 235.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 226 | 0.01 | 0 | 0.05 | 0.07 | 75 | 0.26 | 0.91 |
| Hex | EB | EE | E2 | 1 | 0 | 5 | 7 | 4B | 1A | 5B |
| Octal | 353 | 356 | 342 | 1 | 0 | 5 | 7 | 113 | 32 | 133 |
| Binary | 11101011 | 11101110 | 11100010 | 1 | 0 | 101 | 111 | 1001011 | 11010 | 1011011 |
Color Harmonies of #EBEEE2
Complementary color
Monochromatic Colors of #EBEEE2
Black with #EBEEE2
Text Example
Text Example
White with #EBEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEE2; }
p { color: rgb(235,238,226); }
H1.HeaderClassName
{
color: #EBEEE2;
}
.AnyTagClassName
{
color: #EBEEE2;
}
</style>
background-color css
<style>
a { background-color: #EBEEE2; }
a { background-color: rgb(235,238,226); }
div.DivClassName
{
background-color: #EBEEE2;
}
.BgClassName
{
background-color: #EBEEE2;
}
</style>
border-color css
<style>
span { border-color: #EBEEE2; }
span { border-color: rgb(235,238,226); }
td.TdClassName
{
border-color: #EBEEE2;
}
.TagClassName
{
border-color: #EBEEE2;
}
</style>