Html Css Color HEX #EDD6B8 Champagne

📋 copy color: '#EDD6B8'

red 237 ◦ green 214 ◦ blue 184

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

Shades of Champagne #EDD6B8

Tints of Champagne #EDD6B8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.7%

 BLUE value IS 184 (72.27% from 255) = 28.98%

R = 37.32%
G = 33.7%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDD6B8 (or 0xEDD6B8) is known color: Champagne. HEX triplet: ED, D6 and B8. RGB value is (237,214,184). Sum of RGB (Red+Green+Blue) = 237+214+184=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6B8 is #122947. Grayscale: #D9D9D9. Windows color (decimal): -1190216 or 12113645. OLE color: 12113645.

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

Color convert

RGB 237 214 184 -
CMYK 0 0.10 0.22 0.07
HSL 33.96º 0.6% 0.83% -
HSV(B) 33.96º 0.22% 0.93% -
XYZ 67.62 69.56 55.21 -
YUV 217.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 237 214 184 0 0.10 0.22 0.07 33.96 0.6 0.83
Hex ED D6 B8 0 A 16 7 22 3C 53
Octal 355 326 270 0 12 26 7 42 74 123
Binary 11101101 11010110 10111000 0 1010 10110 111 100010 111100 1010011

Color Harmonies of #EDD6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6B8

Black with #EDD6B8

Text Example


Text Example

White with #EDD6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6B8; }

 p { color: rgb(237,214,184); }

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

background-color css

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

 a { background-color: rgb(237,214,184); }

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

border-color css

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

 span { border-color: rgb(237,214,184); }

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