Shades of Saltpan #EEF5DF
Tints of Saltpan #EEF5DF
RGB
CMYK
RGB Variations
Color information
#EEF5DF (or 0xEEF5DF) is known color: Saltpan. HEX triplet: EE, F5 and DF. RGB value is (238,245,223). Sum of RGB (Red+Green+Blue) = 238+245+223=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5DF is #110A20. Grayscale: #F0F0F0. Windows color (decimal): -1116705 or 14677486. OLE color: 14677486.
HSL color Cylindrical-coordinate representation of color #EEF5DF: hue angle of 79.09º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF5DF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 223 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.04 |
| HSL | 79.09º | 0.52% | 0.92% | - |
| HSV(B) | 79.09º | 0.09% | 0.96% | - |
| XYZ | 81.23 | 88.81 | 82.67 | - |
| YUV | 240.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 223 | 0.03 | 0 | 0.09 | 0.04 | 79.09 | 0.52 | 0.92 |
| Hex | EE | F5 | DF | 3 | 0 | 9 | 4 | 4F | 34 | 5C |
| Octal | 356 | 365 | 337 | 3 | 0 | 11 | 4 | 117 | 64 | 134 |
| Binary | 11101110 | 11110101 | 11011111 | 11 | 0 | 1001 | 100 | 1001111 | 110100 | 1011100 |
Color Harmonies of #EEF5DF
Complementary color
Monochromatic Colors of #EEF5DF
Black with #EEF5DF
Text Example
Text Example
White with #EEF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5DF; }
p { color: rgb(238,245,223); }
H1.HeaderClassName
{
color: #EEF5DF;
}
.AnyTagClassName
{
color: #EEF5DF;
}
</style>
background-color css
<style>
a { background-color: #EEF5DF; }
a { background-color: rgb(238,245,223); }
div.DivClassName
{
background-color: #EEF5DF;
}
.BgClassName
{
background-color: #EEF5DF;
}
</style>
border-color css
<style>
span { border-color: #EEF5DF; }
span { border-color: rgb(238,245,223); }
td.TdClassName
{
border-color: #EEF5DF;
}
.TagClassName
{
border-color: #EEF5DF;
}
</style>