#ECEDEA

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

Shades of Saltpan #ECEDEA

Tints of Saltpan #ECEDEA

Color information

#ECEDEA (or 0xECEDEA) is unknown color: approx Saltpan. HEX triplet: EC, ED and EA. RGB value is (236,237,234). Sum of RGB (Red+Green+Blue) = 236+237+234=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDEA is #131215. Grayscale: #ECECEC. Windows color (decimal): -1249814 or 15396332. OLE color: 15396332.

HSL color Cylindrical-coordinate representation of color #ECEDEA: hue angle of 80º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECEDEA is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236237234-
CMYK0.0000.010.07
HSL80º7.69%92.35%-
HSV(B)80º1.27%92.94%-
XYZ79.7384.3489.92-
YUV236.36126.67127.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 33.10%
R=33.38%
G=33.52%
B=33.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372340.0000.010.07807.6992.35
HexECEDEA00175085c
Octal354355352001712010134
Binary111011001110110111101010001111101000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDEA; }

 p { color: rgb(236,237,234); }

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

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

 a { background-color: rgb(236,237,234); }

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

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

 span { border-color: rgb(236,237,234); }

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