Shades of Saltpan #EEF2E6
Tints of Saltpan #EEF2E6
RGB
CMYK
RGB Variations
Color information
#EEF2E6 (or 0xEEF2E6) is known color: Saltpan. HEX triplet: EE, F2 and E6. RGB value is (238,242,230). Sum of RGB (Red+Green+Blue) = 238+242+230=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2E6 is #110D19. Grayscale: #EFEFEF. Windows color (decimal): -1117466 or 15135470. OLE color: 15135470.
HSL color Cylindrical-coordinate representation of color #EEF2E6: hue angle of 80º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF2E6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 242 | 230 | - |
CMYK | 0.02 | 0 | 0.05 | 0.05 |
HSL | 80º | 0.32% | 0.93% | - |
HSV(B) | 80º | 0.05% | 0.95% | - |
XYZ | 81.29 | 87.39 | 87.45 | - |
YUV | 239.44 | 122.67 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 242 | 230 | 0.02 | 0 | 0.05 | 0.05 | 80 | 0.32 | 0.93 |
Hex | EE | F2 | E6 | 2 | 0 | 5 | 5 | 50 | 20 | 5D |
Octal | 356 | 362 | 346 | 2 | 0 | 5 | 5 | 120 | 40 | 135 |
Binary | 11101110 | 11110010 | 11100110 | 10 | 0 | 101 | 101 | 1010000 | 100000 | 1011101 |
Color Harmonies of #EEF2E6
Complementary color
Monochromatic Colors of #EEF2E6
Black with #EEF2E6
Text Example
Text Example
White with #EEF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2E6; }
p { color: rgb(238,242,230); }
H1.HeaderClassName
{
color: #EEF2E6;
}
.AnyTagClassName
{
color: #EEF2E6;
}
</style>
background-color css
<style>
a { background-color: #EEF2E6; }
a { background-color: rgb(238,242,230); }
div.DivClassName
{
background-color: #EEF2E6;
}
.BgClassName
{
background-color: #EEF2E6;
}
</style>
border-color css
<style>
span { border-color: #EEF2E6; }
span { border-color: rgb(238,242,230); }
td.TdClassName
{
border-color: #EEF2E6;
}
.TagClassName
{
border-color: #EEF2E6;
}
</style>