Shades of Saltpan #EEF5DB
Tints of Saltpan #EEF5DB
RGB
CMYK
RGB Variations
Color information
#EEF5DB (or 0xEEF5DB) is known color: Saltpan. HEX triplet: EE, F5 and DB. RGB value is (238,245,219). Sum of RGB (Red+Green+Blue) = 238+245+219=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5DB is #110A24. Grayscale: #F0F0F0. Windows color (decimal): -1116709 or 14415342. OLE color: 14415342.
HSL color Cylindrical-coordinate representation of color #EEF5DB: hue angle of 76.15º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEF5DB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 245 | 219 | - |
CMYK | 0.03 | 0 | 0.11 | 0.04 |
HSL | 76.15º | 0.57% | 0.91% | - |
HSV(B) | 76.15º | 0.11% | 0.96% | - |
XYZ | 80.7 | 88.6 | 79.87 | - |
YUV | 239.94 | 116.18 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 245 | 219 | 0.03 | 0 | 0.11 | 0.04 | 76.15 | 0.57 | 0.91 |
Hex | EE | F5 | DB | 3 | 0 | B | 4 | 4C | 39 | 5B |
Octal | 356 | 365 | 333 | 3 | 0 | 13 | 4 | 114 | 71 | 133 |
Binary | 11101110 | 11110101 | 11011011 | 11 | 0 | 1011 | 100 | 1001100 | 111001 | 1011011 |
Color Harmonies of #EEF5DB
Complementary color
Monochromatic Colors of #EEF5DB
Black with #EEF5DB
Text Example
Text Example
White with #EEF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5DB; }
p { color: rgb(238,245,219); }
H1.HeaderClassName
{
color: #EEF5DB;
}
.AnyTagClassName
{
color: #EEF5DB;
}
</style>
background-color css
<style>
a { background-color: #EEF5DB; }
a { background-color: rgb(238,245,219); }
div.DivClassName
{
background-color: #EEF5DB;
}
.BgClassName
{
background-color: #EEF5DB;
}
</style>
border-color css
<style>
span { border-color: #EEF5DB; }
span { border-color: rgb(238,245,219); }
td.TdClassName
{
border-color: #EEF5DB;
}
.TagClassName
{
border-color: #EEF5DB;
}
</style>