Shades of Saltpan #EAF3DB
Tints of Saltpan #EAF3DB
RGB
CMYK
RGB Variations
Color information
#EAF3DB (or 0xEAF3DB) is known color: Saltpan. HEX triplet: EA, F3 and DB. RGB value is (234,243,219). Sum of RGB (Red+Green+Blue) = 234+243+219=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3DB is #150C24. Grayscale: #EDEDED. Windows color (decimal): -1379365 or 14414826. OLE color: 14414826.
HSL color Cylindrical-coordinate representation of color #EAF3DB: hue angle of 82.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAF3DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 243 | 219 | - |
CMYK | 0.04 | 0 | 0.10 | 0.05 |
HSL | 82.5º | 0.5% | 0.91% | - |
HSV(B) | 82.5º | 0.1% | 0.95% | - |
XYZ | 78.77 | 86.71 | 79.6 | - |
YUV | 237.57 | 117.52 | 125.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 243 | 219 | 0.04 | 0 | 0.10 | 0.05 | 82.5 | 0.5 | 0.91 |
Hex | EA | F3 | DB | 4 | 0 | A | 5 | 52 | 32 | 5B |
Octal | 352 | 363 | 333 | 4 | 0 | 12 | 5 | 122 | 62 | 133 |
Binary | 11101010 | 11110011 | 11011011 | 100 | 0 | 1010 | 101 | 1010010 | 110010 | 1011011 |
Color Harmonies of #EAF3DB
Complementary color
Monochromatic Colors of #EAF3DB
Black with #EAF3DB
Text Example
Text Example
White with #EAF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3DB; }
p { color: rgb(234,243,219); }
H1.HeaderClassName
{
color: #EAF3DB;
}
.AnyTagClassName
{
color: #EAF3DB;
}
</style>
background-color css
<style>
a { background-color: #EAF3DB; }
a { background-color: rgb(234,243,219); }
div.DivClassName
{
background-color: #EAF3DB;
}
.BgClassName
{
background-color: #EAF3DB;
}
</style>
border-color css
<style>
span { border-color: #EAF3DB; }
span { border-color: rgb(234,243,219); }
td.TdClassName
{
border-color: #EAF3DB;
}
.TagClassName
{
border-color: #EAF3DB;
}
</style>