#EAF1DD

Color #EAF1DD Saltpan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saltpan #EAF1DD

Tints of Saltpan #EAF1DD

Color information

#EAF1DD (or 0xEAF1DD) is unknown color: approx Saltpan. HEX triplet: EA, F1 and DD. RGB value is (234,241,221). Sum of RGB (Red+Green+Blue) = 234+241+221=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1DD is #150E22. Grayscale: #ECECEC. Windows color (decimal): -1379875 or 14545386. OLE color: 14545386.

HSL color Cylindrical-coordinate representation of color #EAF1DD: hue angle of 81º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF1DD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB234241221-
CMYK0.0300.080.05
HSL81º41.67%90.59%-
HSV(B)81º8.3%94.51%-
XYZ78.4485.6280.8-
YUV236.63119.18126.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=33.62%
G=34.63%
B=31.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412210.0300.080.058141.6790.59
HexEAF1DD3085512a5b
Octal3523613353010512152133
Binary111010101111000111011101110100010110100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1DD; }

 p { color: rgb(234,241,221); }

 H1.HeaderClassName
 {
   color: #EAF1DD;
 }
 .AnyTagClassName
 {
   color: #EAF1DD;
 }
</style>
background-color css

<style>
 a { background-color: #EAF1DD; }

 a { background-color: rgb(234,241,221); }

 div.DivClassName
 {
   background-color: #EAF1DD;
 }
 .BgClassName
 {
   background-color: #EAF1DD;
 }
</style>
border-color css

<style>
 span { border-color: #EAF1DD; }

 span { border-color: rgb(234,241,221); }

 td.TdClassName
 {
   border-color: #EAF1DD;
 }
 .TagClassName
 {
   border-color: #EAF1DD;
 }
</style>