Shades of Saltpan #EAF1DB
Tints of Saltpan #EAF1DB
RGB
CMYK
RGB Variations
Color information
#EAF1DB (or 0xEAF1DB) is known color: Saltpan. HEX triplet: EA, F1 and DB. RGB value is (234,241,219). Sum of RGB (Red+Green+Blue) = 234+241+219=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1DB is #150E24. Grayscale: #ECECEC. Windows color (decimal): -1379877 or 14414314. OLE color: 14414314.
HSL color Cylindrical-coordinate representation of color #EAF1DB: hue angle of 79.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF1DB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 241 | 219 | - |
CMYK | 0.03 | 0 | 0.09 | 0.05 |
HSL | 79.09º | 0.44% | 0.9% | - |
HSV(B) | 79.09º | 0.09% | 0.95% | - |
XYZ | 78.17 | 85.52 | 79.4 | - |
YUV | 236.4 | 118.18 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 241 | 219 | 0.03 | 0 | 0.09 | 0.05 | 79.09 | 0.44 | 0.9 |
Hex | EA | F1 | DB | 3 | 0 | 9 | 5 | 4F | 2C | 5A |
Octal | 352 | 361 | 333 | 3 | 0 | 11 | 5 | 117 | 54 | 132 |
Binary | 11101010 | 11110001 | 11011011 | 11 | 0 | 1001 | 101 | 1001111 | 101100 | 1011010 |
Color Harmonies of #EAF1DB
Complementary color
Monochromatic Colors of #EAF1DB
Black with #EAF1DB
Text Example
Text Example
White with #EAF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1DB; }
p { color: rgb(234,241,219); }
H1.HeaderClassName
{
color: #EAF1DB;
}
.AnyTagClassName
{
color: #EAF1DB;
}
</style>
background-color css
<style>
a { background-color: #EAF1DB; }
a { background-color: rgb(234,241,219); }
div.DivClassName
{
background-color: #EAF1DB;
}
.BgClassName
{
background-color: #EAF1DB;
}
</style>
border-color css
<style>
span { border-color: #EAF1DB; }
span { border-color: rgb(234,241,219); }
td.TdClassName
{
border-color: #EAF1DB;
}
.TagClassName
{
border-color: #EAF1DB;
}
</style>