Shades of Saltpan #EAF2DD
Tints of Saltpan #EAF2DD
RGB
CMYK
RGB Variations
Color information
#EAF2DD (or 0xEAF2DD) is known color: Saltpan. HEX triplet: EA, F2 and DD. RGB value is (234,242,221). Sum of RGB (Red+Green+Blue) = 234+242+221=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2DD is #150D22. Grayscale: #EDEDED. Windows color (decimal): -1379619 or 14545642. OLE color: 14545642.
HSL color Cylindrical-coordinate representation of color #EAF2DD: hue angle of 82.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF2DD is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 221 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.05 |
| HSL | 82.86º | 0.45% | 0.91% | - |
| HSV(B) | 82.86º | 0.09% | 0.95% | - |
| XYZ | 78.73 | 86.22 | 80.9 | - |
| YUV | 237.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 221 | 0.03 | 0 | 0.09 | 0.05 | 82.86 | 0.45 | 0.91 |
| Hex | EA | F2 | DD | 3 | 0 | 9 | 5 | 53 | 2D | 5B |
| Octal | 352 | 362 | 335 | 3 | 0 | 11 | 5 | 123 | 55 | 133 |
| Binary | 11101010 | 11110010 | 11011101 | 11 | 0 | 1001 | 101 | 1010011 | 101101 | 1011011 |
Color Harmonies of #EAF2DD
Complementary color
Monochromatic Colors of #EAF2DD
Black with #EAF2DD
Text Example
Text Example
White with #EAF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2DD; }
p { color: rgb(234,242,221); }
H1.HeaderClassName
{
color: #EAF2DD;
}
.AnyTagClassName
{
color: #EAF2DD;
}
</style>
background-color css
<style>
a { background-color: #EAF2DD; }
a { background-color: rgb(234,242,221); }
div.DivClassName
{
background-color: #EAF2DD;
}
.BgClassName
{
background-color: #EAF2DD;
}
</style>
border-color css
<style>
span { border-color: #EAF2DD; }
span { border-color: rgb(234,242,221); }
td.TdClassName
{
border-color: #EAF2DD;
}
.TagClassName
{
border-color: #EAF2DD;
}
</style>