Shades of Saltpan #EEFDDC
Tints of Saltpan #EEFDDC
RGB
CMYK
RGB Variations
Color information
#EEFDDC (or 0xEEFDDC) is known color: Saltpan. HEX triplet: EE, FD and DC. RGB value is (238,253,220). Sum of RGB (Red+Green+Blue) = 238+253+220=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDDC is #110223. Grayscale: #F4F4F4. Windows color (decimal): -1114660 or 14482926. OLE color: 14482926.
HSL color Cylindrical-coordinate representation of color #EEFDDC: hue angle of 87.27º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEFDDC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 220 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 87.27º | 0.89% | 0.93% | - |
HSV(B) | 87.27º | 0.13% | 0.99% | - |
XYZ | 83.3 | 93.6 | 81.39 | - |
YUV | 244.75 | 114.03 | 123.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 220 | 0.06 | 0 | 0.13 | 0.01 | 87.27 | 0.89 | 0.93 |
Hex | EE | FD | DC | 6 | 0 | D | 1 | 57 | 59 | 5D |
Octal | 356 | 375 | 334 | 6 | 0 | 15 | 1 | 127 | 131 | 135 |
Binary | 11101110 | 11111101 | 11011100 | 110 | 0 | 1101 | 1 | 1010111 | 1011001 | 1011101 |
Color Harmonies of #EEFDDC
Complementary color
Monochromatic Colors of #EEFDDC
Black with #EEFDDC
Text Example
Text Example
White with #EEFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDDC; }
p { color: rgb(238,253,220); }
H1.HeaderClassName
{
color: #EEFDDC;
}
.AnyTagClassName
{
color: #EEFDDC;
}
</style>
background-color css
<style>
a { background-color: #EEFDDC; }
a { background-color: rgb(238,253,220); }
div.DivClassName
{
background-color: #EEFDDC;
}
.BgClassName
{
background-color: #EEFDDC;
}
</style>
border-color css
<style>
span { border-color: #EEFDDC; }
span { border-color: rgb(238,253,220); }
td.TdClassName
{
border-color: #EEFDDC;
}
.TagClassName
{
border-color: #EEFDDC;
}
</style>