#EFE2E2

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

Shades of Whisper #EFE2E2

Tints of Whisper #EFE2E2

Color information

#EFE2E2 (or 0xEFE2E2) is unknown color: approx Whisper. HEX triplet: EF, E2 and E2. RGB value is (239,226,226). Sum of RGB (Red+Green+Blue) = 239+226+226=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 226 (88.67% from 255 or 32.71% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2E2 is #101D1D. Grayscale: #E5E5E5. Windows color (decimal): -1056030 or 14869231. OLE color: 14869231.

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

Color convert

RGB239226226-
CMYK00.050.050.06
HSL28.89%91.18%-
HSV(B)5.44%93.73%-
XYZ76.5278.2383.02-
YUV229.89125.81134.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 226 (88.67% from 255) = 32.71%
BLUE value IS 226 (88.67% from 255) = 32.71%
R=34.59%
G=32.71%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922622600.050.050.06028.8991.18
HexEFE2E2055601d5b
Octal3573423420556035133
Binary11101111111000101110001001011011100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2E2; }

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

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

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

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

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

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

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

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