Shades of Saltpan #EEFDD8
Tints of Saltpan #EEFDD8
RGB
CMYK
RGB Variations
Color information
#EEFDD8 (or 0xEEFDD8) is known color: Saltpan. HEX triplet: EE, FD and D8. RGB value is (238,253,216). Sum of RGB (Red+Green+Blue) = 238+253+216=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD8 is #110227. Grayscale: #F4F4F4. Windows color (decimal): -1114664 or 14220782. OLE color: 14220782.
HSL color Cylindrical-coordinate representation of color #EEFDD8: hue angle of 84.32º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEFDD8 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 216 | - |
CMYK | 0.06 | 0 | 0.15 | 0.01 |
HSL | 84.32º | 0.9% | 0.92% | - |
HSV(B) | 84.32º | 0.15% | 0.99% | - |
XYZ | 82.78 | 93.39 | 78.63 | - |
YUV | 244.3 | 112.03 | 123.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 216 | 0.06 | 0 | 0.15 | 0.01 | 84.32 | 0.9 | 0.92 |
Hex | EE | FD | D8 | 6 | 0 | F | 1 | 54 | 5A | 5C |
Octal | 356 | 375 | 330 | 6 | 0 | 17 | 1 | 124 | 132 | 134 |
Binary | 11101110 | 11111101 | 11011000 | 110 | 0 | 1111 | 1 | 1010100 | 1011010 | 1011100 |
Color Harmonies of #EEFDD8
Complementary color
Monochromatic Colors of #EEFDD8
Black with #EEFDD8
Text Example
Text Example
White with #EEFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDD8; }
p { color: rgb(238,253,216); }
H1.HeaderClassName
{
color: #EEFDD8;
}
.AnyTagClassName
{
color: #EEFDD8;
}
</style>
background-color css
<style>
a { background-color: #EEFDD8; }
a { background-color: rgb(238,253,216); }
div.DivClassName
{
background-color: #EEFDD8;
}
.BgClassName
{
background-color: #EEFDD8;
}
</style>
border-color css
<style>
span { border-color: #EEFDD8; }
span { border-color: rgb(238,253,216); }
td.TdClassName
{
border-color: #EEFDD8;
}
.TagClassName
{
border-color: #EEFDD8;
}
</style>