Shades of Saltpan #EDEEEC
Tints of Saltpan #EDEEEC
RGB
CMYK
RGB Variations
Color information
#EDEEEC (or 0xEDEEEC) is known color: Saltpan. HEX triplet: ED, EE and EC. RGB value is (237,238,236). Sum of RGB (Red+Green+Blue) = 237+238+236=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEEC is #121113. Grayscale: #EDEDED. Windows color (decimal): -1184020 or 15527661. OLE color: 15527661.
HSL color Cylindrical-coordinate representation of color #EDEEEC: hue angle of 90º degrees, saturation: 0.06, 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 #EDEEEC is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 236 | - |
CMYK | 0.00 | 0 | 0.01 | 0.07 |
HSL | 90º | 0.06% | 0.93% | - |
HSV(B) | 90º | 0.01% | 0.93% | - |
XYZ | 80.64 | 85.21 | 91.55 | - |
YUV | 237.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 236 | 0.00 | 0 | 0.01 | 0.07 | 90 | 0.06 | 0.93 |
Hex | ED | EE | EC | 0 | 0 | 1 | 7 | 5A | 6 | 5D |
Octal | 355 | 356 | 354 | 0 | 0 | 1 | 7 | 132 | 6 | 135 |
Binary | 11101101 | 11101110 | 11101100 | 0 | 0 | 1 | 111 | 1011010 | 110 | 1011101 |
Color Harmonies of #EDEEEC
Complementary color
Monochromatic Colors of #EDEEEC
Black with #EDEEEC
Text Example
Text Example
White with #EDEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEEC; }
p { color: rgb(237,238,236); }
H1.HeaderClassName
{
color: #EDEEEC;
}
.AnyTagClassName
{
color: #EDEEEC;
}
</style>
background-color css
<style>
a { background-color: #EDEEEC; }
a { background-color: rgb(237,238,236); }
div.DivClassName
{
background-color: #EDEEEC;
}
.BgClassName
{
background-color: #EDEEEC;
}
</style>
border-color css
<style>
span { border-color: #EDEEEC; }
span { border-color: rgb(237,238,236); }
td.TdClassName
{
border-color: #EDEEEC;
}
.TagClassName
{
border-color: #EDEEEC;
}
</style>