Shades of Saltpan #EBF2DC
Tints of Saltpan #EBF2DC
RGB
CMYK
RGB Variations
Color information
#EBF2DC (or 0xEBF2DC) is known color: Saltpan. HEX triplet: EB, F2 and DC. RGB value is (235,242,220). Sum of RGB (Red+Green+Blue) = 235+242+220=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2DC is #140D23. Grayscale: #EDEDED. Windows color (decimal): -1314084 or 14480107. OLE color: 14480107.
HSL color Cylindrical-coordinate representation of color #EBF2DC: hue angle of 79.09º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBF2DC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 220 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.05 |
| HSL | 79.09º | 0.46% | 0.91% | - |
| HSV(B) | 79.09º | 0.09% | 0.95% | - |
| XYZ | 78.93 | 86.33 | 80.21 | - |
| YUV | 237.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 220 | 0.03 | 0 | 0.09 | 0.05 | 79.09 | 0.46 | 0.91 |
| Hex | EB | F2 | DC | 3 | 0 | 9 | 5 | 4F | 2E | 5B |
| Octal | 353 | 362 | 334 | 3 | 0 | 11 | 5 | 117 | 56 | 133 |
| Binary | 11101011 | 11110010 | 11011100 | 11 | 0 | 1001 | 101 | 1001111 | 101110 | 1011011 |
Color Harmonies of #EBF2DC
Complementary color
Monochromatic Colors of #EBF2DC
Black with #EBF2DC
Text Example
Text Example
White with #EBF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2DC; }
p { color: rgb(235,242,220); }
H1.HeaderClassName
{
color: #EBF2DC;
}
.AnyTagClassName
{
color: #EBF2DC;
}
</style>
background-color css
<style>
a { background-color: #EBF2DC; }
a { background-color: rgb(235,242,220); }
div.DivClassName
{
background-color: #EBF2DC;
}
.BgClassName
{
background-color: #EBF2DC;
}
</style>
border-color css
<style>
span { border-color: #EBF2DC; }
span { border-color: rgb(235,242,220); }
td.TdClassName
{
border-color: #EBF2DC;
}
.TagClassName
{
border-color: #EBF2DC;
}
</style>