#EEDAD6

Color #EEDAD6 Ebb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebb #EEDAD6

Tints of Ebb #EEDAD6

Color information

#EEDAD6 (or 0xEEDAD6) is unknown color: approx Ebb. HEX triplet: EE, DA and D6. RGB value is (238,218,214). Sum of RGB (Red+Green+Blue) = 238+218+214=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD6 is #112529. Grayscale: #DFDFDF. Windows color (decimal): -1123626 or 14080750. OLE color: 14080750.

HSL color Cylindrical-coordinate representation of color #EEDAD6: hue angle of 10º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDAD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238218214-
CMYK00.080.100.07
HSL10º41.38%88.63%-
HSV(B)10º10.08%93.33%-
XYZ72.4773.1773.92-
YUV223.52122.63138.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=35.52%
G=32.54%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821821400.080.100.071041.3888.63
HexEEDAD608A7a2959
Octal3563323260101271251131
Binary11101110110110101101011001000101011110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAD6; }

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

 H1.HeaderClassName
 {
   color: #EEDAD6;
 }
 .AnyTagClassName
 {
   color: #EEDAD6;
 }
</style>
background-color css

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

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

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

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

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

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