Shades of Saltpan #EDF3DD
Tints of Saltpan #EDF3DD
RGB
CMYK
RGB Variations
Color information
#EDF3DD (or 0xEDF3DD) is known color: Saltpan. HEX triplet: ED, F3 and DD. RGB value is (237,243,221). Sum of RGB (Red+Green+Blue) = 237+243+221=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DD is #120C22. Grayscale: #EEEEEE. Windows color (decimal): -1182755 or 14545901. OLE color: 14545901.
HSL color Cylindrical-coordinate representation of color #EDF3DD: hue angle of 76.36º degrees, saturation: 0.48, 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 #EDF3DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 243 | 221 | - |
CMYK | 0.02 | 0 | 0.09 | 0.05 |
HSL | 76.36º | 0.48% | 0.91% | - |
HSV(B) | 76.36º | 0.09% | 0.95% | - |
XYZ | 80.03 | 87.33 | 81.04 | - |
YUV | 238.7 | 118.01 | 126.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 243 | 221 | 0.02 | 0 | 0.09 | 0.05 | 76.36 | 0.48 | 0.91 |
Hex | ED | F3 | DD | 2 | 0 | 9 | 5 | 4C | 30 | 5B |
Octal | 355 | 363 | 335 | 2 | 0 | 11 | 5 | 114 | 60 | 133 |
Binary | 11101101 | 11110011 | 11011101 | 10 | 0 | 1001 | 101 | 1001100 | 110000 | 1011011 |
Color Harmonies of #EDF3DD
Complementary color
Monochromatic Colors of #EDF3DD
Black with #EDF3DD
Text Example
Text Example
White with #EDF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3DD; }
p { color: rgb(237,243,221); }
H1.HeaderClassName
{
color: #EDF3DD;
}
.AnyTagClassName
{
color: #EDF3DD;
}
</style>
background-color css
<style>
a { background-color: #EDF3DD; }
a { background-color: rgb(237,243,221); }
div.DivClassName
{
background-color: #EDF3DD;
}
.BgClassName
{
background-color: #EDF3DD;
}
</style>
border-color css
<style>
span { border-color: #EDF3DD; }
span { border-color: rgb(237,243,221); }
td.TdClassName
{
border-color: #EDF3DD;
}
.TagClassName
{
border-color: #EDF3DD;
}
</style>