#ECEFE6

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

Shades of Saltpan #ECEFE6

Tints of Saltpan #ECEFE6

Color information

#ECEFE6 (or 0xECEFE6) is unknown color: approx Saltpan. HEX triplet: EC, EF and E6. RGB value is (236,239,230). Sum of RGB (Red+Green+Blue) = 236+239+230=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFE6 is #131019. Grayscale: #EDEDED. Windows color (decimal): -1249306 or 15134700. OLE color: 15134700.

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

Color convert

RGB236239230-
CMYK0.0100.040.06
HSL80º21.95%91.96%-
HSV(B)80º3.77%93.73%-
XYZ79.7485.2887.12-
YUV237.08124.01127.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.48%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 230 (90.23% from 255) = 32.62%
R=33.48%
G=33.90%
B=32.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392300.0100.040.068021.9591.96
HexECEFE6104650165c
Octal354357346104612026134
Binary111011001110111111100110101001101010000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFE6; }

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

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

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

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

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

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

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

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