#EDD4CD

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

Shades of Ebb #EDD4CD

Tints of Ebb #EDD4CD

Color information

#EDD4CD (or 0xEDD4CD) is unknown color: approx Ebb. HEX triplet: ED, D4 and CD. RGB value is (237,212,205). Sum of RGB (Red+Green+Blue) = 237+212+205=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4CD is #122B32. Grayscale: #DADADA. Windows color (decimal): -1190707 or 13489389. OLE color: 13489389.

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

Color convert

RGB237212205-
CMYK00.110.140.07
HSL13.13º47.06%86.67%-
HSV(B)13.13º13.5%92.94%-
XYZ69.4969.567.51-
YUV218.68120.28141.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 212 (83.20% from 255) = 32.42%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=36.24%
G=32.42%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721220500.110.140.0713.1347.0686.67
HexEDD4CD0BE7d2f57
Octal3553243150131671557127
Binary11101101110101001100110101011111011111011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4CD; }

 p { color: rgb(237,212,205); }

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

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

 a { background-color: rgb(237,212,205); }

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

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

 span { border-color: rgb(237,212,205); }

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