Shades of Saltpan #EDEEEB
Tints of Saltpan #EDEEEB
RGB
CMYK
RGB Variations
Color information
#EDEEEB (or 0xEDEEEB) is known color: Saltpan. HEX triplet: ED, EE and EB. RGB value is (237,238,235). Sum of RGB (Red+Green+Blue) = 237+238+235=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEEB is #121114. Grayscale: #EDEDED. Windows color (decimal): -1184021 or 15462125. OLE color: 15462125.
HSL color Cylindrical-coordinate representation of color #EDEEEB: hue angle of 80º 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 #EDEEEB is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 235 | - |
CMYK | 0.00 | 0 | 0.01 | 0.07 |
HSL | 80º | 0.08% | 0.93% | - |
HSV(B) | 80º | 0.01% | 0.93% | - |
XYZ | 80.49 | 85.15 | 90.79 | - |
YUV | 237.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 235 | 0.00 | 0 | 0.01 | 0.07 | 80 | 0.08 | 0.93 |
Hex | ED | EE | EB | 0 | 0 | 1 | 7 | 50 | 8 | 5D |
Octal | 355 | 356 | 353 | 0 | 0 | 1 | 7 | 120 | 10 | 135 |
Binary | 11101101 | 11101110 | 11101011 | 0 | 0 | 1 | 111 | 1010000 | 1000 | 1011101 |
Color Harmonies of #EDEEEB
Complementary color
Monochromatic Colors of #EDEEEB
Black with #EDEEEB
Text Example
Text Example
White with #EDEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEEB; }
p { color: rgb(237,238,235); }
H1.HeaderClassName
{
color: #EDEEEB;
}
.AnyTagClassName
{
color: #EDEEEB;
}
</style>
background-color css
<style>
a { background-color: #EDEEEB; }
a { background-color: rgb(237,238,235); }
div.DivClassName
{
background-color: #EDEEEB;
}
.BgClassName
{
background-color: #EDEEEB;
}
</style>
border-color css
<style>
span { border-color: #EDEEEB; }
span { border-color: rgb(237,238,235); }
td.TdClassName
{
border-color: #EDEEEB;
}
.TagClassName
{
border-color: #EDEEEB;
}
</style>