#EED7D1

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

Shades of Ebb #EED7D1

Tints of Ebb #EED7D1

Color information

#EED7D1 (or 0xEED7D1) is unknown color: approx Ebb. HEX triplet: EE, D7 and D1. RGB value is (238,215,209). Sum of RGB (Red+Green+Blue) = 238+215+209=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7D1 is #11282E. Grayscale: #DDDDDD. Windows color (decimal): -1124399 or 13752302. OLE color: 13752302.

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

Color convert

RGB238215209-
CMYK00.100.120.07
HSL12.41º46.03%87.65%-
HSV(B)12.41º12.18%93.33%-
XYZ71.0771.3870.35-
YUV221.19121.12139.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 215 (84.38% from 255) = 32.48%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=35.95%
G=32.48%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821520900.100.120.0712.4146.0387.65
HexEED7D10AC7c2e58
Octal3563273210121471456130
Binary11101110110101111101000101010110011111001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7D1; }

 p { color: rgb(238,215,209); }

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

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

 a { background-color: rgb(238,215,209); }

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

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

 span { border-color: rgb(238,215,209); }

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