Shades of Saltpan #EDFDDB
Tints of Saltpan #EDFDDB
RGB
CMYK
RGB Variations
Color information
#EDFDDB (or 0xEDFDDB) is known color: Saltpan. HEX triplet: ED, FD and DB. RGB value is (237,253,219). Sum of RGB (Red+Green+Blue) = 237+253+219=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDDB is #120224. Grayscale: #F4F4F4. Windows color (decimal): -1180197 or 14417389. OLE color: 14417389.
HSL color Cylindrical-coordinate representation of color #EDFDDB: hue angle of 88.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDFDDB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 219 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 88.24º | 0.89% | 0.93% | - |
HSV(B) | 88.24º | 0.13% | 0.99% | - |
XYZ | 82.84 | 93.37 | 80.67 | - |
YUV | 244.34 | 113.7 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 219 | 0.06 | 0 | 0.13 | 0.01 | 88.24 | 0.89 | 0.93 |
Hex | ED | FD | DB | 6 | 0 | D | 1 | 58 | 59 | 5D |
Octal | 355 | 375 | 333 | 6 | 0 | 15 | 1 | 130 | 131 | 135 |
Binary | 11101101 | 11111101 | 11011011 | 110 | 0 | 1101 | 1 | 1011000 | 1011001 | 1011101 |
Color Harmonies of #EDFDDB
Complementary color
Monochromatic Colors of #EDFDDB
Black with #EDFDDB
Text Example
Text Example
White with #EDFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDDB; }
p { color: rgb(237,253,219); }
H1.HeaderClassName
{
color: #EDFDDB;
}
.AnyTagClassName
{
color: #EDFDDB;
}
</style>
background-color css
<style>
a { background-color: #EDFDDB; }
a { background-color: rgb(237,253,219); }
div.DivClassName
{
background-color: #EDFDDB;
}
.BgClassName
{
background-color: #EDFDDB;
}
</style>
border-color css
<style>
span { border-color: #EDFDDB; }
span { border-color: rgb(237,253,219); }
td.TdClassName
{
border-color: #EDFDDB;
}
.TagClassName
{
border-color: #EDFDDB;
}
</style>