#EAF7DB

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

Shades of Saltpan #EAF7DB

Tints of Saltpan #EAF7DB

Color information

#EAF7DB (or 0xEAF7DB) is unknown color: approx Saltpan. HEX triplet: EA, F7 and DB. RGB value is (234,247,219). Sum of RGB (Red+Green+Blue) = 234+247+219=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7DB is #150824. Grayscale: #F0F0F0. Windows color (decimal): -1378341 or 14415850. OLE color: 14415850.

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

Color convert

RGB234247219-
CMYK0.0500.110.03
HSL87.86º63.64%91.37%-
HSV(B)87.86º11.34%96.86%-
XYZ79.9889.1380.01-
YUV239.92116.19123.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 247 (96.88% from 255) = 35.29%
BLUE value IS 219 (85.94% from 255) = 31.29%
R=33.43%
G=35.29%
B=31.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472190.0500.110.0387.8663.6491.37
HexEAF7DB50B358405b
Octal35236733350133130100133
Binary1110101011110111110110111010101111101100010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7DB; }

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

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

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

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

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

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

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

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