#EDE6E6

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

Shades of Whisper #EDE6E6

Tints of Whisper #EDE6E6

Color information

#EDE6E6 (or 0xEDE6E6) is unknown color: approx Whisper. HEX triplet: ED, E6 and E6. RGB value is (237,230,230). Sum of RGB (Red+Green+Blue) = 237+230+230=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6E6 is #121919. Grayscale: #E8E8E8. Windows color (decimal): -1186074 or 15132397. OLE color: 15132397.

HSL color Cylindrical-coordinate representation of color #EDE6E6: hue angle of 0º 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 #EDE6E6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237230230-
CMYK00.030.030.07
HSL16.28%91.57%-
HSV(B)2.95%92.94%-
XYZ77.580.3186.28-
YUV232.09126.82131.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 230 (90.23% from 255) = 33.00%
BLUE value IS 230 (90.23% from 255) = 33.00%
R=34.00%
G=33.00%
B=33.00%

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
Decimal23723023000.030.030.07016.2891.57
HexEDE6E603370105c
Octal3553463460337020134
Binary111011011110011011100110011111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6E6; }

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

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

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

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

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

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

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

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