Shades of Saltpan #ECEFE2
Tints of Saltpan #ECEFE2
RGB
CMYK
RGB Variations
Color information
#ECEFE2 (or 0xECEFE2) is known color: Saltpan. HEX triplet: EC, EF and E2. RGB value is (236,239,226). Sum of RGB (Red+Green+Blue) = 236+239+226=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFE2 is #13101D. Grayscale: #ECECEC. Windows color (decimal): -1249310 or 14872556. OLE color: 14872556.
HSL color Cylindrical-coordinate representation of color #ECEFE2: hue angle of 73.85º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECEFE2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 226 | - |
CMYK | 0.01 | 0 | 0.05 | 0.06 |
HSL | 73.85º | 0.29% | 0.91% | - |
HSV(B) | 73.85º | 0.05% | 0.94% | - |
XYZ | 79.19 | 85.06 | 84.2 | - |
YUV | 236.62 | 122.01 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 226 | 0.01 | 0 | 0.05 | 0.06 | 73.85 | 0.29 | 0.91 |
Hex | EC | EF | E2 | 1 | 0 | 5 | 6 | 4A | 1D | 5B |
Octal | 354 | 357 | 342 | 1 | 0 | 5 | 6 | 112 | 35 | 133 |
Binary | 11101100 | 11101111 | 11100010 | 1 | 0 | 101 | 110 | 1001010 | 11101 | 1011011 |
Color Harmonies of #ECEFE2
Complementary color
Monochromatic Colors of #ECEFE2
Black with #ECEFE2
Text Example
Text Example
White with #ECEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFE2; }
p { color: rgb(236,239,226); }
H1.HeaderClassName
{
color: #ECEFE2;
}
.AnyTagClassName
{
color: #ECEFE2;
}
</style>
background-color css
<style>
a { background-color: #ECEFE2; }
a { background-color: rgb(236,239,226); }
div.DivClassName
{
background-color: #ECEFE2;
}
.BgClassName
{
background-color: #ECEFE2;
}
</style>
border-color css
<style>
span { border-color: #ECEFE2; }
span { border-color: rgb(236,239,226); }
td.TdClassName
{
border-color: #ECEFE2;
}
.TagClassName
{
border-color: #ECEFE2;
}
</style>