Html Css Color HEX #EDDBB2 Champagne

📋 copy color: '#EDDBB2'

red 237 ◦ green 219 ◦ blue 178

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

Shades of Champagne #EDDBB2

Tints of Champagne #EDDBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.54%

 BLUE value IS 178 (69.92% from 255) = 28.08%

R = 37.38%
G = 34.54%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDDBB2 (or 0xEDDBB2) is known color: Champagne. HEX triplet: ED, DB and B2. RGB value is (237,219,178). Sum of RGB (Red+Green+Blue) = 237+219+178=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBB2 is #12244D. Grayscale: #DBDBDB. Windows color (decimal): -1188942 or 11721709. OLE color: 11721709.

HSL color Cylindrical-coordinate representation of color #EDDBB2: hue angle of 41.69º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDDBB2 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 178 -
CMYK 0 0.08 0.25 0.07
HSL 41.69º 0.62% 0.81% -
HSV(B) 41.69º 0.25% 0.93% -
XYZ 68.29 71.88 52.39 -
YUV 219.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 237 219 178 0 0.08 0.25 0.07 41.69 0.62 0.81
Hex ED DB B2 0 8 19 7 2A 3E 51
Octal 355 333 262 0 10 31 7 52 76 121
Binary 11101101 11011011 10110010 0 1000 11001 111 101010 111110 1010001

Color Harmonies of #EDDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBB2

Black with #EDDBB2

Text Example


Text Example

White with #EDDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBB2; }

 p { color: rgb(237,219,178); }

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

background-color css

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

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

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

border-color css

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

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

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