#EDE7E6

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

Shades of Whisper #EDE7E6

Tints of Whisper #EDE7E6

Color information

#EDE7E6 (or 0xEDE7E6) is unknown color: approx Whisper. HEX triplet: ED, E7 and E6. RGB value is (237,231,230). Sum of RGB (Red+Green+Blue) = 237+231+230=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7E6 is #121819. Grayscale: #E8E8E8. Windows color (decimal): -1185818 or 15132653. OLE color: 15132653.

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

Color convert

RGB237231230-
CMYK00.030.030.07
HSL8.57º16.28%91.57%-
HSV(B)8.57º2.95%92.94%-
XYZ77.7880.8786.37-
YUV232.68126.49131.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 231 (90.62% from 255) = 33.09%
BLUE value IS 230 (90.23% from 255) = 32.95%
R=33.95%
G=33.09%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723123000.030.030.078.5716.2891.57
HexEDE7E603379105c
Octal35534734603371120134
Binary111011011110011111100110011111111001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7E6; }

 p { color: rgb(237,231,230); }

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

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

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

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

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

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

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