#EAF1DB

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

Shades of Saltpan #EAF1DB

Tints of Saltpan #EAF1DB

Color information

#EAF1DB (or 0xEAF1DB) is unknown color: approx Saltpan. HEX triplet: EA, F1 and DB. RGB value is (234,241,219). Sum of RGB (Red+Green+Blue) = 234+241+219=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1DB is #150E24. Grayscale: #ECECEC. Windows color (decimal): -1379877 or 14414314. OLE color: 14414314.

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

Color convert

RGB234241219-
CMYK0.0300.090.05
HSL79.09º44%90.2%-
HSV(B)79.09º9.13%94.51%-
XYZ78.1785.5279.4-
YUV236.4118.18126.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 219 (85.94% from 255) = 31.56%
R=33.72%
G=34.73%
B=31.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412190.0300.090.0579.094490.2
HexEAF1DB30954f2c5a
Octal3523613333011511754132
Binary111010101111000111011011110100110110011111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1DB; }

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

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

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

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

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

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

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

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