#EAF2DC

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

Shades of Saltpan #EAF2DC

Tints of Saltpan #EAF2DC

Color information

#EAF2DC (or 0xEAF2DC) is unknown color: approx Saltpan. HEX triplet: EA, F2 and DC. RGB value is (234,242,220). Sum of RGB (Red+Green+Blue) = 234+242+220=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2DC is #150D23. Grayscale: #EDEDED. Windows color (decimal): -1379620 or 14480106. OLE color: 14480106.

HSL color Cylindrical-coordinate representation of color #EAF2DC: hue angle of 81.82º 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 #EAF2DC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB234242220-
CMYK0.0300.090.05
HSL81.82º45.83%90.59%-
HSV(B)81.82º9.09%94.9%-
XYZ78.686.1680.2-
YUV237.1118.35125.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 220 (86.33% from 255) = 31.61%
R=33.62%
G=34.77%
B=31.61%

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
Decimal2342422200.0300.090.0581.8245.8390.59
HexEAF2DC3095522e5b
Octal3523623343011512256133
Binary111010101111001011011100110100110110100101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2DC; }

 p { color: rgb(234,242,220); }

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

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

 a { background-color: rgb(234,242,220); }

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

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

 span { border-color: rgb(234,242,220); }

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