Shades of Saltpan #EDFBDD
Tints of Saltpan #EDFBDD
RGB
CMYK
RGB Variations
Color information
#EDFBDD (or 0xEDFBDD) is known color: Saltpan. HEX triplet: ED, FB and DD. RGB value is (237,251,221). Sum of RGB (Red+Green+Blue) = 237+251+221=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDD is #120422. Grayscale: #F3F3F3. Windows color (decimal): -1180707 or 14547949. OLE color: 14547949.
HSL color Cylindrical-coordinate representation of color #EDFBDD: hue angle of 88º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFBDD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 251 | 221 | - |
CMYK | 0.06 | 0 | 0.12 | 0.02 |
HSL | 88º | 0.79% | 0.93% | - |
HSV(B) | 88º | 0.12% | 0.98% | - |
XYZ | 82.47 | 92.22 | 81.86 | - |
YUV | 243.39 | 115.36 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 251 | 221 | 0.06 | 0 | 0.12 | 0.02 | 88 | 0.79 | 0.93 |
Hex | ED | FB | DD | 6 | 0 | C | 2 | 58 | 4F | 5D |
Octal | 355 | 373 | 335 | 6 | 0 | 14 | 2 | 130 | 117 | 135 |
Binary | 11101101 | 11111011 | 11011101 | 110 | 0 | 1100 | 10 | 1011000 | 1001111 | 1011101 |
Color Harmonies of #EDFBDD
Complementary color
Monochromatic Colors of #EDFBDD
Black with #EDFBDD
Text Example
Text Example
White with #EDFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBDD; }
p { color: rgb(237,251,221); }
H1.HeaderClassName
{
color: #EDFBDD;
}
.AnyTagClassName
{
color: #EDFBDD;
}
</style>
background-color css
<style>
a { background-color: #EDFBDD; }
a { background-color: rgb(237,251,221); }
div.DivClassName
{
background-color: #EDFBDD;
}
.BgClassName
{
background-color: #EDFBDD;
}
</style>
border-color css
<style>
span { border-color: #EDFBDD; }
span { border-color: rgb(237,251,221); }
td.TdClassName
{
border-color: #EDFBDD;
}
.TagClassName
{
border-color: #EDFBDD;
}
</style>