Shades of Saltpan #EDF2E6
Tints of Saltpan #EDF2E6
RGB
CMYK
RGB Variations
Color information
#EDF2E6 (or 0xEDF2E6) is known color: Saltpan. HEX triplet: ED, F2 and E6. RGB value is (237,242,230). Sum of RGB (Red+Green+Blue) = 237+242+230=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2E6 is #120D19. Grayscale: #EFEFEF. Windows color (decimal): -1183002 or 15135469. OLE color: 15135469.
HSL color Cylindrical-coordinate representation of color #EDF2E6: hue angle of 85º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF2E6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 230 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.05 |
| HSL | 85º | 0.32% | 0.93% | - |
| HSV(B) | 85º | 0.05% | 0.95% | - |
| XYZ | 80.96 | 87.22 | 87.43 | - |
| YUV | 239.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 230 | 0.02 | 0 | 0.05 | 0.05 | 85 | 0.32 | 0.93 |
| Hex | ED | F2 | E6 | 2 | 0 | 5 | 5 | 55 | 20 | 5D |
| Octal | 355 | 362 | 346 | 2 | 0 | 5 | 5 | 125 | 40 | 135 |
| Binary | 11101101 | 11110010 | 11100110 | 10 | 0 | 101 | 101 | 1010101 | 100000 | 1011101 |
Color Harmonies of #EDF2E6
Complementary color
Monochromatic Colors of #EDF2E6
Black with #EDF2E6
Text Example
Text Example
White with #EDF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2E6; }
p { color: rgb(237,242,230); }
H1.HeaderClassName
{
color: #EDF2E6;
}
.AnyTagClassName
{
color: #EDF2E6;
}
</style>
background-color css
<style>
a { background-color: #EDF2E6; }
a { background-color: rgb(237,242,230); }
div.DivClassName
{
background-color: #EDF2E6;
}
.BgClassName
{
background-color: #EDF2E6;
}
</style>
border-color css
<style>
span { border-color: #EDF2E6; }
span { border-color: rgb(237,242,230); }
td.TdClassName
{
border-color: #EDF2E6;
}
.TagClassName
{
border-color: #EDF2E6;
}
</style>