Html Css Color HEX #EEDABB Champagne

📋 copy color: '#EEDABB'

red 238 ◦ green 218 ◦ blue 187

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

Shades of Champagne #EEDABB

Tints of Champagne #EEDABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.9%

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

R = 37.01%
G = 33.9%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEDABB (or 0xEEDABB) is known color: Champagne. HEX triplet: EE, DA and BB. RGB value is (238,218,187). Sum of RGB (Red+Green+Blue) = 238+218+187=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABB is #112544. Grayscale: #DCDCDC. Windows color (decimal): -1123653 or 12311278. OLE color: 12311278.

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

Color convert

RGB 238 218 187 -
CMYK 0 0.08 0.21 0.07
HSL 36.47º 0.6% 0.83% -
HSV(B) 36.47º 0.21% 0.93% -
XYZ 69.3 71.91 57.24 -
YUV 220.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 238 218 187 0 0.08 0.21 0.07 36.47 0.6 0.83
Hex EE DA BB 0 8 15 7 24 3C 53
Octal 356 332 273 0 10 25 7 44 74 123
Binary 11101110 11011010 10111011 0 1000 10101 111 100100 111100 1010011

Color Harmonies of #EEDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDABB

Black with #EEDABB

Text Example


Text Example

White with #EEDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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