Html Css Color HEX #EED8BB Champagne

📋 copy color: '#EED8BB'

red 238 ◦ green 216 ◦ blue 187

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

Shades of Champagne #EED8BB

Tints of Champagne #EED8BB

RGB

 RED value IS 238 (93.36% from 255) = 37.13%

 GREEN value IS 216 (84.77% from 255) = 33.7%

 BLUE value IS 187 (73.44% from 255) = 29.17%

R = 37.13%
G = 33.7%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EED8BB (or 0xEED8BB) is known color: Champagne. HEX triplet: EE, D8 and BB. RGB value is (238,216,187). Sum of RGB (Red+Green+Blue) = 238+216+187=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BB is #112744. Grayscale: #DBDBDB. Windows color (decimal): -1124165 or 12310766. OLE color: 12310766.

HSL color Cylindrical-coordinate representation of color #EED8BB: hue angle of 34.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED8BB is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 187 -
CMYK 0 0.09 0.21 0.07
HSL 34.12º 0.6% 0.83% -
HSV(B) 34.12º 0.21% 0.93% -
XYZ 68.79 70.88 57.07 -
YUV 219.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 238 216 187 0 0.09 0.21 0.07 34.12 0.6 0.83
Hex EE D8 BB 0 9 15 7 22 3C 53
Octal 356 330 273 0 11 25 7 42 74 123
Binary 11101110 11011000 10111011 0 1001 10101 111 100010 111100 1010011

Color Harmonies of #EED8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8BB

Black with #EED8BB

Text Example


Text Example

White with #EED8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8BB; }

 p { color: rgb(238,216,187); }

 H1.HeaderClassName
 {
   color: #EED8BB;
 }
 .AnyTagClassName
 {
   color: #EED8BB;
 }
</style>

background-color css

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

 a { background-color: rgb(238,216,187); }

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

border-color css

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

 span { border-color: rgb(238,216,187); }

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