#E6ECDB

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

Shades of Saltpan #E6ECDB

Tints of Saltpan #E6ECDB

Color information

#E6ECDB (or 0xE6ECDB) is unknown color: approx Saltpan. HEX triplet: E6, EC and DB. RGB value is (230,236,219). Sum of RGB (Red+Green+Blue) = 230+236+219=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #E6ECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6ECDB is #191324. Grayscale: #E8E8E8. Windows color (decimal): -1643301 or 14413030. OLE color: 14413030.

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

Color convert

RGB230236219-
CMYK0.0300.070.07
HSL81.18º30.91%89.22%-
HSV(B)81.18º7.2%92.55%-
XYZ75.4181.9378.86-
YUV232.27120.51126.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=33.58%
G=34.45%
B=31.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302362190.0300.070.0781.1830.9189.22
HexE6ECDB3077511f59
Octal346354333307712137131
Binary1110011011101100110110111101111111010001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ECDB; }

 p { color: rgb(230,236,219); }

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

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

 a { background-color: rgb(230,236,219); }

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

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

 span { border-color: rgb(230,236,219); }

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