#EDECEC

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

Shades of Whisper #EDECEC

Tints of Whisper #EDECEC

Color information

#EDECEC (or 0xEDECEC) is unknown color: approx Whisper. HEX triplet: ED, EC and EC. RGB value is (237,236,236). Sum of RGB (Red+Green+Blue) = 237+236+236=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECEC is #121313. Grayscale: #ECECEC. Windows color (decimal): -1184532 or 15527149. OLE color: 15527149.

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

Color convert

RGB237236236-
CMYK00.000.000.07
HSL2.7%92.75%-
HSV(B)0.42%92.94%-
XYZ80.0684.0591.36-
YUV236.3127.83128.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 236 (92.58% from 255) = 33.29%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=33.43%
G=33.29%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723623600.000.000.0702.792.75
HexEDECEC0007035d
Octal355354354000703135
Binary1110110111101100111011000001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECEC; }

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

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

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

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

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

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

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

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