#ECD8D4

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

Shades of Ebb #ECD8D4

Tints of Ebb #ECD8D4

Color information

#ECD8D4 (or 0xECD8D4) is unknown color: approx Ebb. HEX triplet: EC, D8 and D4. RGB value is (236,216,212). Sum of RGB (Red+Green+Blue) = 236+216+212=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8D4 is #13272B. Grayscale: #DDDDDD. Windows color (decimal): -1255212 or 13949164. OLE color: 13949164.

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

Color convert

RGB236216212-
CMYK00.080.100.07
HSL10º38.71%87.84%-
HSV(B)10º10.17%92.55%-
XYZ71.0371.772.38-
YUV221.52122.63138.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 216 (84.77% from 255) = 32.53%
BLUE value IS 212 (83.20% from 255) = 31.93%
R=35.54%
G=32.53%
B=31.93%

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
Decimal23621621200.080.100.071038.7187.84
HexECD8D408A7a2758
Octal3543303240101271247130
Binary11101100110110001101010001000101011110101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8D4; }

 p { color: rgb(236,216,212); }

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

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

 a { background-color: rgb(236,216,212); }

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

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

 span { border-color: rgb(236,216,212); }

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