Html Css Color HEX #EDE8E6 Sauvignon

📋 copy color: '#EDE8E6'

red 237 ◦ green 232 ◦ blue 230

#EDE8E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sauvignon #EDE8E6

Tints of Sauvignon #EDE8E6

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.9%

R = 33.91%
G = 33.19%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDE8E6 (or 0xEDE8E6) is known color: 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

RGB 237 232 230 -
CMYK 0 0.02 0.03 0.07
HSL 17.14º 0.16% 0.92% -
HSV(B) 17.14º 0.03% 0.93% -
XYZ 78.06 81.43 86.47 -
YUV 233.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 237 232 230 0 0.02 0.03 0.07 17.14 0.16 0.92
Hex ED E8 E6 0 2 3 7 11 10 5C
Octal 355 350 346 0 2 3 7 21 20 134
Binary 11101101 11101000 11100110 0 10 11 111 10001 10000 1011100

Color Harmonies of #EDE8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8E6

Black with #EDE8E6

Text Example


Text Example

White with #EDE8E6

Text Example


Text Example

HTML Codes & Css Web 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>