#E6ECDC

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

Shades of Saltpan #E6ECDC

Tints of Saltpan #E6ECDC

Color information

#E6ECDC (or 0xE6ECDC) is unknown color: approx Saltpan. HEX triplet: E6, EC and DC. RGB value is (230,236,220). Sum of RGB (Red+Green+Blue) = 230+236+220=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #E6ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6ECDC is #191323. Grayscale: #E8E8E8. Windows color (decimal): -1643300 or 14478566. OLE color: 14478566.

HSL color Cylindrical-coordinate representation of color #E6ECDC: hue angle of 82.5º degrees, saturation: 0.3, 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 #E6ECDC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB230236220-
CMYK0.0300.070.07
HSL82.5º29.63%89.41%-
HSV(B)82.5º6.78%92.55%-
XYZ75.5581.9879.55-
YUV232.38121.01126.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.53%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=33.53%
G=34.40%
B=32.07%

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
Decimal2302362200.0300.070.0782.529.6389.41
HexE6ECDC3077521e59
Octal346354334307712236131
Binary1110011011101100110111001101111111010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ECDC; }

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

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

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

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

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

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

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

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