Shades of Saltpan #EEF9DD
Tints of Saltpan #EEF9DD
RGB
CMYK
RGB Variations
Color information
#EEF9DD (or 0xEEF9DD) is known color: Saltpan. HEX triplet: EE, F9 and DD. RGB value is (238,249,221). Sum of RGB (Red+Green+Blue) = 238+249+221=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9DD is #110622. Grayscale: #F2F2F2. Windows color (decimal): -1115683 or 14547438. OLE color: 14547438.
HSL color Cylindrical-coordinate representation of color #EEF9DD: hue angle of 83.57º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEF9DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 249 | 221 | - |
CMYK | 0.04 | 0 | 0.11 | 0.02 |
HSL | 83.57º | 0.7% | 0.92% | - |
HSV(B) | 83.57º | 0.11% | 0.98% | - |
XYZ | 82.19 | 91.15 | 81.67 | - |
YUV | 242.52 | 115.86 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 249 | 221 | 0.04 | 0 | 0.11 | 0.02 | 83.57 | 0.7 | 0.92 |
Hex | EE | F9 | DD | 4 | 0 | B | 2 | 54 | 46 | 5C |
Octal | 356 | 371 | 335 | 4 | 0 | 13 | 2 | 124 | 106 | 134 |
Binary | 11101110 | 11111001 | 11011101 | 100 | 0 | 1011 | 10 | 1010100 | 1000110 | 1011100 |
Color Harmonies of #EEF9DD
Complementary color
Monochromatic Colors of #EEF9DD
Black with #EEF9DD
Text Example
Text Example
White with #EEF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9DD; }
p { color: rgb(238,249,221); }
H1.HeaderClassName
{
color: #EEF9DD;
}
.AnyTagClassName
{
color: #EEF9DD;
}
</style>
background-color css
<style>
a { background-color: #EEF9DD; }
a { background-color: rgb(238,249,221); }
div.DivClassName
{
background-color: #EEF9DD;
}
.BgClassName
{
background-color: #EEF9DD;
}
</style>
border-color css
<style>
span { border-color: #EEF9DD; }
span { border-color: rgb(238,249,221); }
td.TdClassName
{
border-color: #EEF9DD;
}
.TagClassName
{
border-color: #EEF9DD;
}
</style>