#EFEDED

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

Shades of Whisper #EFEDED

Tints of Whisper #EFEDED

Color information

#EFEDED (or 0xEFEDED) is unknown color: approx Whisper. HEX triplet: EF, ED and ED. RGB value is (239,237,237). Sum of RGB (Red+Green+Blue) = 239+237+237=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDED is #101212. Grayscale: #EDEDED. Windows color (decimal): -1053203 or 15592943. OLE color: 15592943.

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

Color convert

RGB239237237-
CMYK00.010.010.06
HSL5.88%93.33%-
HSV(B)0.84%93.73%-
XYZ81.1785.0392.26-
YUV237.6127.66129-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 237 (92.97% from 255) = 33.24%
R=33.52%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923723700.010.010.0605.8893.33
HexEFEDED0116065d
Octal357355355011606135
Binary11101111111011011110110101111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDED; }

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

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

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

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

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

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

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

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