Shades of Saltpan #EDF3E5
Tints of Saltpan #EDF3E5
RGB
CMYK
RGB Variations
Color information
#EDF3E5 (or 0xEDF3E5) is known color: Saltpan. HEX triplet: ED, F3 and E5. RGB value is (237,243,229). Sum of RGB (Red+Green+Blue) = 237+243+229=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3E5 is #120C1A. Grayscale: #EFEFEF. Windows color (decimal): -1182747 or 15070189. OLE color: 15070189.
HSL color Cylindrical-coordinate representation of color #EDF3E5: hue angle of 85.71º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF3E5 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 243 | 229 | - |
CMYK | 0.02 | 0 | 0.06 | 0.05 |
HSL | 85.71º | 0.37% | 0.93% | - |
HSV(B) | 85.71º | 0.06% | 0.95% | - |
XYZ | 81.12 | 87.76 | 86.79 | - |
YUV | 239.61 | 122.01 | 126.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 243 | 229 | 0.02 | 0 | 0.06 | 0.05 | 85.71 | 0.37 | 0.93 |
Hex | ED | F3 | E5 | 2 | 0 | 6 | 5 | 56 | 25 | 5D |
Octal | 355 | 363 | 345 | 2 | 0 | 6 | 5 | 126 | 45 | 135 |
Binary | 11101101 | 11110011 | 11100101 | 10 | 0 | 110 | 101 | 1010110 | 100101 | 1011101 |
Color Harmonies of #EDF3E5
Complementary color
Monochromatic Colors of #EDF3E5
Black with #EDF3E5
Text Example
Text Example
White with #EDF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3E5; }
p { color: rgb(237,243,229); }
H1.HeaderClassName
{
color: #EDF3E5;
}
.AnyTagClassName
{
color: #EDF3E5;
}
</style>
background-color css
<style>
a { background-color: #EDF3E5; }
a { background-color: rgb(237,243,229); }
div.DivClassName
{
background-color: #EDF3E5;
}
.BgClassName
{
background-color: #EDF3E5;
}
</style>
border-color css
<style>
span { border-color: #EDF3E5; }
span { border-color: rgb(237,243,229); }
td.TdClassName
{
border-color: #EDF3E5;
}
.TagClassName
{
border-color: #EDF3E5;
}
</style>