Shades of Saltpan #EDF1E3
Tints of Saltpan #EDF1E3
RGB
CMYK
RGB Variations
Color information
#EDF1E3 (or 0xEDF1E3) is known color: Saltpan. HEX triplet: ED, F1 and E3. RGB value is (237,241,227). Sum of RGB (Red+Green+Blue) = 237+241+227=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1E3 is #120E1C. Grayscale: #EEEEEE. Windows color (decimal): -1183261 or 14938605. OLE color: 14938605.
HSL color Cylindrical-coordinate representation of color #EDF1E3: hue angle of 77.14º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF1E3 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 241 | 227 | - |
CMYK | 0.02 | 0 | 0.06 | 0.05 |
HSL | 77.14º | 0.33% | 0.92% | - |
HSV(B) | 77.14º | 0.06% | 0.95% | - |
XYZ | 80.25 | 86.46 | 85.13 | - |
YUV | 238.21 | 121.67 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 241 | 227 | 0.02 | 0 | 0.06 | 0.05 | 77.14 | 0.33 | 0.92 |
Hex | ED | F1 | E3 | 2 | 0 | 6 | 5 | 4D | 21 | 5C |
Octal | 355 | 361 | 343 | 2 | 0 | 6 | 5 | 115 | 41 | 134 |
Binary | 11101101 | 11110001 | 11100011 | 10 | 0 | 110 | 101 | 1001101 | 100001 | 1011100 |
Color Harmonies of #EDF1E3
Complementary color
Monochromatic Colors of #EDF1E3
Black with #EDF1E3
Text Example
Text Example
White with #EDF1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1E3; }
p { color: rgb(237,241,227); }
H1.HeaderClassName
{
color: #EDF1E3;
}
.AnyTagClassName
{
color: #EDF1E3;
}
</style>
background-color css
<style>
a { background-color: #EDF1E3; }
a { background-color: rgb(237,241,227); }
div.DivClassName
{
background-color: #EDF1E3;
}
.BgClassName
{
background-color: #EDF1E3;
}
</style>
border-color css
<style>
span { border-color: #EDF1E3; }
span { border-color: rgb(237,241,227); }
td.TdClassName
{
border-color: #EDF1E3;
}
.TagClassName
{
border-color: #EDF1E3;
}
</style>