#EDE8E6

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

Shades of Sauvignon #EDE8E6

Tints of Sauvignon #EDE8E6

Color information

#EDE8E6 (or 0xEDE8E6) is unknown color: approx Sauvignon. HEX triplet: ED, E8 and E6. RGB value is (237,232,230). Sum of RGB (Red+Green+Blue) = 237+232+230=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 230 (90.23% from 255 or 32.90% from 699); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8E6 is #121719. Grayscale: #E9E9E9. Windows color (decimal): -1185562 or 15132909. OLE color: 15132909.

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

Color convert

RGB237232230-
CMYK00.020.030.07
HSL17.14º16.28%91.57%-
HSV(B)17.14º2.95%92.94%-
XYZ78.0681.4386.47-
YUV233.27126.16130.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 232 (91.02% from 255) = 33.19%
BLUE value IS 230 (90.23% from 255) = 32.90%
R=33.91%
G=33.19%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723223000.020.030.0717.1416.2891.57
HexEDE8E6023711105c
Octal35535034602372120134
Binary1110110111101000111001100101111110001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8E6; }

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

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

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

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

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

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

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

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