Shades of Saltpan #EEFDD7
Tints of Saltpan #EEFDD7
RGB
CMYK
RGB Variations
Color information
#EEFDD7 (or 0xEEFDD7) is known color: Saltpan. HEX triplet: EE, FD and D7. RGB value is (238,253,215). Sum of RGB (Red+Green+Blue) = 238+253+215=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 215 (84.38% from 255 or 30.45% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD7 is #110228. Grayscale: #F4F4F4. Windows color (decimal): -1114665 or 14155246. OLE color: 14155246.
HSL color Cylindrical-coordinate representation of color #EEFDD7: hue angle of 83.68º 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 #EEFDD7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 215 | - |
CMYK | 0.06 | 0 | 0.15 | 0.01 |
HSL | 83.68º | 0.9% | 0.92% | - |
HSV(B) | 83.68º | 0.15% | 0.99% | - |
XYZ | 82.65 | 93.33 | 77.95 | - |
YUV | 244.18 | 111.53 | 123.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 215 | 0.06 | 0 | 0.15 | 0.01 | 83.68 | 0.9 | 0.92 |
Hex | EE | FD | D7 | 6 | 0 | F | 1 | 54 | 5A | 5C |
Octal | 356 | 375 | 327 | 6 | 0 | 17 | 1 | 124 | 132 | 134 |
Binary | 11101110 | 11111101 | 11010111 | 110 | 0 | 1111 | 1 | 1010100 | 1011010 | 1011100 |
Color Harmonies of #EEFDD7
Complementary color
Monochromatic Colors of #EEFDD7
Black with #EEFDD7
Text Example
Text Example
White with #EEFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDD7; }
p { color: rgb(238,253,215); }
H1.HeaderClassName
{
color: #EEFDD7;
}
.AnyTagClassName
{
color: #EEFDD7;
}
</style>
background-color css
<style>
a { background-color: #EEFDD7; }
a { background-color: rgb(238,253,215); }
div.DivClassName
{
background-color: #EEFDD7;
}
.BgClassName
{
background-color: #EEFDD7;
}
</style>
border-color css
<style>
span { border-color: #EEFDD7; }
span { border-color: rgb(238,253,215); }
td.TdClassName
{
border-color: #EEFDD7;
}
.TagClassName
{
border-color: #EEFDD7;
}
</style>