Shades of Saltpan #EEF8DB
Tints of Saltpan #EEF8DB
RGB
CMYK
RGB Variations
Color information
#EEF8DB (or 0xEEF8DB) is known color: Saltpan. HEX triplet: EE, F8 and DB. RGB value is (238,248,219). Sum of RGB (Red+Green+Blue) = 238+248+219=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8DB is #110724. Grayscale: #F1F1F1. Windows color (decimal): -1115941 or 14416110. OLE color: 14416110.
HSL color Cylindrical-coordinate representation of color #EEF8DB: hue angle of 80.69º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEF8DB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 238 | 248 | 219 | - |
CMYK | 0.04 | 0 | 0.12 | 0.03 |
HSL | 80.69º | 0.67% | 0.92% | - |
HSV(B) | 80.69º | 0.12% | 0.97% | - |
XYZ | 81.61 | 90.43 | 80.17 | - |
YUV | 241.7 | 115.19 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 248 | 219 | 0.04 | 0 | 0.12 | 0.03 | 80.69 | 0.67 | 0.92 |
Hex | EE | F8 | DB | 4 | 0 | C | 3 | 51 | 43 | 5C |
Octal | 356 | 370 | 333 | 4 | 0 | 14 | 3 | 121 | 103 | 134 |
Binary | 11101110 | 11111000 | 11011011 | 100 | 0 | 1100 | 11 | 1010001 | 1000011 | 1011100 |
Color Harmonies of #EEF8DB
Complementary color
Monochromatic Colors of #EEF8DB
Black with #EEF8DB
Text Example
Text Example
White with #EEF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8DB; }
p { color: rgb(238,248,219); }
H1.HeaderClassName
{
color: #EEF8DB;
}
.AnyTagClassName
{
color: #EEF8DB;
}
</style>
background-color css
<style>
a { background-color: #EEF8DB; }
a { background-color: rgb(238,248,219); }
div.DivClassName
{
background-color: #EEF8DB;
}
.BgClassName
{
background-color: #EEF8DB;
}
</style>
border-color css
<style>
span { border-color: #EEF8DB; }
span { border-color: rgb(238,248,219); }
td.TdClassName
{
border-color: #EEF8DB;
}
.TagClassName
{
border-color: #EEF8DB;
}
</style>