Shades of Saltpan #EBEEE8
Tints of Saltpan #EBEEE8
RGB
CMYK
RGB Variations
Color information
#EBEEE8 (or 0xEBEEE8) is known color: Saltpan. HEX triplet: EB, EE and E8. RGB value is (235,238,232). Sum of RGB (Red+Green+Blue) = 235+238+232=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEE8 is #141117. Grayscale: #ECECEC. Windows color (decimal): -1315096 or 15265515. OLE color: 15265515.
HSL color Cylindrical-coordinate representation of color #EBEEE8: hue angle of 90º degrees, saturation: 0.15, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEEE8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 238 | 232 | - |
CMYK | 0.01 | 0 | 0.03 | 0.07 |
HSL | 90º | 0.15% | 0.92% | - |
HSV(B) | 90º | 0.03% | 0.93% | - |
XYZ | 79.4 | 84.64 | 88.5 | - |
YUV | 236.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 238 | 232 | 0.01 | 0 | 0.03 | 0.07 | 90 | 0.15 | 0.92 |
Hex | EB | EE | E8 | 1 | 0 | 3 | 7 | 5A | F | 5C |
Octal | 353 | 356 | 350 | 1 | 0 | 3 | 7 | 132 | 17 | 134 |
Binary | 11101011 | 11101110 | 11101000 | 1 | 0 | 11 | 111 | 1011010 | 1111 | 1011100 |
Color Harmonies of #EBEEE8
Complementary color
Monochromatic Colors of #EBEEE8
Black with #EBEEE8
Text Example
Text Example
White with #EBEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEE8; }
p { color: rgb(235,238,232); }
H1.HeaderClassName
{
color: #EBEEE8;
}
.AnyTagClassName
{
color: #EBEEE8;
}
</style>
background-color css
<style>
a { background-color: #EBEEE8; }
a { background-color: rgb(235,238,232); }
div.DivClassName
{
background-color: #EBEEE8;
}
.BgClassName
{
background-color: #EBEEE8;
}
</style>
border-color css
<style>
span { border-color: #EBEEE8; }
span { border-color: rgb(235,238,232); }
td.TdClassName
{
border-color: #EBEEE8;
}
.TagClassName
{
border-color: #EBEEE8;
}
</style>