#EAF2DD

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

Shades of Saltpan #EAF2DD

Tints of Saltpan #EAF2DD

Color information

#EAF2DD (or 0xEAF2DD) is unknown color: approx Saltpan. HEX triplet: EA, F2 and DD. RGB value is (234,242,221). Sum of RGB (Red+Green+Blue) = 234+242+221=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2DD is #150D22. Grayscale: #EDEDED. Windows color (decimal): -1379619 or 14545642. OLE color: 14545642.

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

Color convert

RGB234242221-
CMYK0.0300.090.05
HSL82.86º44.68%90.78%-
HSV(B)82.86º8.68%94.9%-
XYZ78.7386.2280.9-
YUV237.21118.85125.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 221 (86.72% from 255) = 31.71%
R=33.57%
G=34.72%
B=31.71%

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
Decimal2342422210.0300.090.0582.8644.6890.78
HexEAF2DD3095532d5b
Octal3523623353011512355133
Binary111010101111001011011101110100110110100111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2DD; }

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

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

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

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

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

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

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

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