Shades of Saltpan #ECEFE7
Tints of Saltpan #ECEFE7
RGB
CMYK
RGB Variations
Color information
#ECEFE7 (or 0xECEFE7) is known color: Saltpan. HEX triplet: EC, EF and E7. RGB value is (236,239,231). Sum of RGB (Red+Green+Blue) = 236+239+231=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFE7 is #131018. Grayscale: #EDEDED. Windows color (decimal): -1249305 or 15200236. OLE color: 15200236.
HSL color Cylindrical-coordinate representation of color #ECEFE7: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEFE7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 231 | - |
CMYK | 0.01 | 0 | 0.03 | 0.06 |
HSL | 82.5º | 0.2% | 0.92% | - |
HSV(B) | 82.5º | 0.03% | 0.94% | - |
XYZ | 79.88 | 85.34 | 87.86 | - |
YUV | 237.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 231 | 0.01 | 0 | 0.03 | 0.06 | 82.5 | 0.2 | 0.92 |
Hex | EC | EF | E7 | 1 | 0 | 3 | 6 | 52 | 14 | 5C |
Octal | 354 | 357 | 347 | 1 | 0 | 3 | 6 | 122 | 24 | 134 |
Binary | 11101100 | 11101111 | 11100111 | 1 | 0 | 11 | 110 | 1010010 | 10100 | 1011100 |
Color Harmonies of #ECEFE7
Complementary color
Monochromatic Colors of #ECEFE7
Black with #ECEFE7
Text Example
Text Example
White with #ECEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFE7; }
p { color: rgb(236,239,231); }
H1.HeaderClassName
{
color: #ECEFE7;
}
.AnyTagClassName
{
color: #ECEFE7;
}
</style>
background-color css
<style>
a { background-color: #ECEFE7; }
a { background-color: rgb(236,239,231); }
div.DivClassName
{
background-color: #ECEFE7;
}
.BgClassName
{
background-color: #ECEFE7;
}
</style>
border-color css
<style>
span { border-color: #ECEFE7; }
span { border-color: rgb(236,239,231); }
td.TdClassName
{
border-color: #ECEFE7;
}
.TagClassName
{
border-color: #ECEFE7;
}
</style>