Html Css Color HEX #EDD8BB Champagne

📋 copy color: '#EDD8BB'

red 237 ◦ green 216 ◦ blue 187

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

Shades of Champagne #EDD8BB

Tints of Champagne #EDD8BB

RGB

 RED value IS 237 (92.97% from 255) = 37.03%

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

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

R = 37.03%
G = 33.75%
B = 29.22%

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

#EDD8BB (or 0xEDD8BB) is known color: Champagne. HEX triplet: ED, D8 and BB. RGB value is (237,216,187). Sum of RGB (Red+Green+Blue) = 237+216+187=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8BB is #122744. Grayscale: #DBDBDB. Windows color (decimal): -1189701 or 12310765. OLE color: 12310765.

HSL color Cylindrical-coordinate representation of color #EDD8BB: hue angle of 34.8º degrees, saturation: 0.58, 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 #EDD8BB is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 187 -
CMYK 0 0.09 0.21 0.07
HSL 34.8º 0.58% 0.83% -
HSV(B) 34.8º 0.21% 0.93% -
XYZ 68.45 70.7 57.05 -
YUV 218.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 237 216 187 0 0.09 0.21 0.07 34.8 0.58 0.83
Hex ED D8 BB 0 9 15 7 23 3A 53
Octal 355 330 273 0 11 25 7 43 72 123
Binary 11101101 11011000 10111011 0 1001 10101 111 100011 111010 1010011

Color Harmonies of #EDD8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8BB

Black with #EDD8BB

Text Example


Text Example

White with #EDD8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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