Shades of Saltpan #ECEFE6
Tints of Saltpan #ECEFE6
RGB
CMYK
RGB Variations
Color information
#ECEFE6 (or 0xECEFE6) is known color: Saltpan. HEX triplet: EC, EF and E6. RGB value is (236,239,230). Sum of RGB (Red+Green+Blue) = 236+239+230=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFE6 is #131019. Grayscale: #EDEDED. Windows color (decimal): -1249306 or 15134700. OLE color: 15134700.
HSL color Cylindrical-coordinate representation of color #ECEFE6: hue angle of 80º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEFE6 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 230 | - |
CMYK | 0.01 | 0 | 0.04 | 0.06 |
HSL | 80º | 0.22% | 0.92% | - |
HSV(B) | 80º | 0.04% | 0.94% | - |
XYZ | 79.74 | 85.28 | 87.12 | - |
YUV | 237.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 230 | 0.01 | 0 | 0.04 | 0.06 | 80 | 0.22 | 0.92 |
Hex | EC | EF | E6 | 1 | 0 | 4 | 6 | 50 | 16 | 5C |
Octal | 354 | 357 | 346 | 1 | 0 | 4 | 6 | 120 | 26 | 134 |
Binary | 11101100 | 11101111 | 11100110 | 1 | 0 | 100 | 110 | 1010000 | 10110 | 1011100 |
Color Harmonies of #ECEFE6
Complementary color
Monochromatic Colors of #ECEFE6
Black with #ECEFE6
Text Example
Text Example
White with #ECEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFE6; }
p { color: rgb(236,239,230); }
H1.HeaderClassName
{
color: #ECEFE6;
}
.AnyTagClassName
{
color: #ECEFE6;
}
</style>
background-color css
<style>
a { background-color: #ECEFE6; }
a { background-color: rgb(236,239,230); }
div.DivClassName
{
background-color: #ECEFE6;
}
.BgClassName
{
background-color: #ECEFE6;
}
</style>
border-color css
<style>
span { border-color: #ECEFE6; }
span { border-color: rgb(236,239,230); }
td.TdClassName
{
border-color: #ECEFE6;
}
.TagClassName
{
border-color: #ECEFE6;
}
</style>