Html Css Color HEX #EDD6B3 Champagne

📋 copy color: '#EDD6B3'

red 237 ◦ green 214 ◦ blue 179

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

Shades of Champagne #EDD6B3

Tints of Champagne #EDD6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.41%

R = 37.62%
G = 33.97%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDD6B3 (or 0xEDD6B3) is known color: Champagne. HEX triplet: ED, D6 and B3. RGB value is (237,214,179). Sum of RGB (Red+Green+Blue) = 237+214+179=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6B3 is #12294C. Grayscale: #D9D9D9. Windows color (decimal): -1190221 or 11785965. OLE color: 11785965.

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

Color convert

RGB 237 214 179 -
CMYK 0 0.10 0.24 0.07
HSL 36.21º 0.62% 0.82% -
HSV(B) 36.21º 0.24% 0.93% -
XYZ 67.11 69.35 52.5 -
YUV 216.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 237 214 179 0 0.10 0.24 0.07 36.21 0.62 0.82
Hex ED D6 B3 0 A 18 7 24 3E 52
Octal 355 326 263 0 12 30 7 44 76 122
Binary 11101101 11010110 10110011 0 1010 11000 111 100100 111110 1010010

Color Harmonies of #EDD6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6B3

Black with #EDD6B3

Text Example


Text Example

White with #EDD6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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