#ECEDEB

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

Shades of Saltpan #ECEDEB

Tints of Saltpan #ECEDEB

Color information

#ECEDEB (or 0xECEDEB) is unknown color: approx Saltpan. HEX triplet: EC, ED and EB. RGB value is (236,237,235). Sum of RGB (Red+Green+Blue) = 236+237+235=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDEB is #131214. Grayscale: #ECECEC. Windows color (decimal): -1249813 or 15461868. OLE color: 15461868.

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

Color convert

RGB236237235-
CMYK0.0000.010.07
HSL90º5.26%92.55%-
HSV(B)90º0.84%92.94%-
XYZ79.8784.490.68-
YUV236.47127.17127.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.33%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 235 (92.19% from 255) = 33.19%
R=33.33%
G=33.47%
B=33.19%

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
Decimal2362372350.0000.010.07905.2692.55
HexECEDEB00175a55d
Octal35435535300171325135
Binary11101100111011011110101100111110110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDEB; }

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

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

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

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

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

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

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

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