Shades of Saltpan #EDFCDA
Tints of Saltpan #EDFCDA
RGB
CMYK
RGB Variations
Color information
#EDFCDA (or 0xEDFCDA) is known color: Saltpan. HEX triplet: ED, FC and DA. RGB value is (237,252,218). Sum of RGB (Red+Green+Blue) = 237+252+218=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCDA is #120325. Grayscale: #F3F3F3. Windows color (decimal): -1180454 or 14351597. OLE color: 14351597.
HSL color Cylindrical-coordinate representation of color #EDFCDA: hue angle of 86.47º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDFCDA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 218 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 86.47º | 0.85% | 0.92% | - |
HSV(B) | 86.47º | 0.13% | 0.99% | - |
XYZ | 82.39 | 92.69 | 79.88 | - |
YUV | 243.64 | 113.53 | 123.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 218 | 0.06 | 0 | 0.13 | 0.01 | 86.47 | 0.85 | 0.92 |
Hex | ED | FC | DA | 6 | 0 | D | 1 | 56 | 55 | 5C |
Octal | 355 | 374 | 332 | 6 | 0 | 15 | 1 | 126 | 125 | 134 |
Binary | 11101101 | 11111100 | 11011010 | 110 | 0 | 1101 | 1 | 1010110 | 1010101 | 1011100 |
Color Harmonies of #EDFCDA
Complementary color
Monochromatic Colors of #EDFCDA
Black with #EDFCDA
Text Example
Text Example
White with #EDFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCDA; }
p { color: rgb(237,252,218); }
H1.HeaderClassName
{
color: #EDFCDA;
}
.AnyTagClassName
{
color: #EDFCDA;
}
</style>
background-color css
<style>
a { background-color: #EDFCDA; }
a { background-color: rgb(237,252,218); }
div.DivClassName
{
background-color: #EDFCDA;
}
.BgClassName
{
background-color: #EDFCDA;
}
</style>
border-color css
<style>
span { border-color: #EDFCDA; }
span { border-color: rgb(237,252,218); }
td.TdClassName
{
border-color: #EDFCDA;
}
.TagClassName
{
border-color: #EDFCDA;
}
</style>