Shades of Saltpan #EBFAD7
Tints of Saltpan #EBFAD7
RGB
CMYK
RGB Variations
Color information
#EBFAD7 (or 0xEBFAD7) is known color: Saltpan. HEX triplet: EB, FA and D7. RGB value is (235,250,215). Sum of RGB (Red+Green+Blue) = 235+250+215=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAD7 is #140528. Grayscale: #F1F1F1. Windows color (decimal): -1312041 or 14154475. OLE color: 14154475.
HSL color Cylindrical-coordinate representation of color #EBFAD7: hue angle of 85.71º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBFAD7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 235 | 250 | 215 | - |
CMYK | 0.06 | 0 | 0.14 | 0.02 |
HSL | 85.71º | 0.78% | 0.91% | - |
HSV(B) | 85.71º | 0.14% | 0.98% | - |
XYZ | 80.71 | 90.94 | 77.59 | - |
YUV | 241.53 | 113.03 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 250 | 215 | 0.06 | 0 | 0.14 | 0.02 | 85.71 | 0.78 | 0.91 |
Hex | EB | FA | D7 | 6 | 0 | E | 2 | 56 | 4E | 5B |
Octal | 353 | 372 | 327 | 6 | 0 | 16 | 2 | 126 | 116 | 133 |
Binary | 11101011 | 11111010 | 11010111 | 110 | 0 | 1110 | 10 | 1010110 | 1001110 | 1011011 |
Color Harmonies of #EBFAD7
Complementary color
Monochromatic Colors of #EBFAD7
Black with #EBFAD7
Text Example
Text Example
White with #EBFAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFAD7; }
p { color: rgb(235,250,215); }
H1.HeaderClassName
{
color: #EBFAD7;
}
.AnyTagClassName
{
color: #EBFAD7;
}
</style>
background-color css
<style>
a { background-color: #EBFAD7; }
a { background-color: rgb(235,250,215); }
div.DivClassName
{
background-color: #EBFAD7;
}
.BgClassName
{
background-color: #EBFAD7;
}
</style>
border-color css
<style>
span { border-color: #EBFAD7; }
span { border-color: rgb(235,250,215); }
td.TdClassName
{
border-color: #EBFAD7;
}
.TagClassName
{
border-color: #EBFAD7;
}
</style>