#EAF3DD

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

Shades of Saltpan #EAF3DD

Tints of Saltpan #EAF3DD

Color information

#EAF3DD (or 0xEAF3DD) is unknown color: approx Saltpan. HEX triplet: EA, F3 and DD. RGB value is (234,243,221). Sum of RGB (Red+Green+Blue) = 234+243+221=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3DD is #150C22. Grayscale: #EDEDED. Windows color (decimal): -1379363 or 14545898. OLE color: 14545898.

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

Color convert

RGB234243221-
CMYK0.0400.090.05
HSL84.55º47.83%90.98%-
HSV(B)84.55º9.05%95.29%-
XYZ79.0386.8181-
YUV237.8118.52125.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 243 (95.31% from 255) = 34.81%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=33.52%
G=34.81%
B=31.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432210.0400.090.0584.5547.8390.98
HexEAF3DD409555305b
Octal3523633354011512560133
Binary1110101011110011110111011000100110110101011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3DD; }

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

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

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

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

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

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

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

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