#EEDAD5

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

Shades of Ebb #EEDAD5

Tints of Ebb #EEDAD5

Color information

#EEDAD5 (or 0xEEDAD5) is unknown color: approx Ebb. HEX triplet: EE, DA and D5. RGB value is (238,218,213). Sum of RGB (Red+Green+Blue) = 238+218+213=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD5 is #11252A. Grayscale: #DFDFDF. Windows color (decimal): -1123627 or 14015214. OLE color: 14015214.

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

Color convert

RGB238218213-
CMYK00.080.110.07
HSL12º42.37%88.43%-
HSV(B)12º10.5%93.33%-
XYZ72.3473.1273.25-
YUV223.41122.13138.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=35.58%
G=32.59%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821821300.080.110.071242.3788.43
HexEEDAD508B7c2a58
Octal3563323250101371452130
Binary11101110110110101101010101000101111111001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAD5; }

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

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

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

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

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

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

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

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