#ECD8D5

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

Shades of Ebb #ECD8D5

Tints of Ebb #ECD8D5

Color information

#ECD8D5 (or 0xECD8D5) is unknown color: approx Ebb. HEX triplet: EC, D8 and D5. RGB value is (236,216,213). Sum of RGB (Red+Green+Blue) = 236+216+213=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8D5 is #13272A. Grayscale: #DDDDDD. Windows color (decimal): -1255211 or 14014700. OLE color: 14014700.

HSL color Cylindrical-coordinate representation of color #ECD8D5: hue angle of 7.83º degrees, saturation: 0.38, 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 #ECD8D5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236216213-
CMYK00.080.100.07
HSL7.83º37.7%88.04%-
HSV(B)7.83º9.75%92.55%-
XYZ71.1671.7573.05-
YUV221.64123.13138.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 216 (84.77% from 255) = 32.48%
BLUE value IS 213 (83.59% from 255) = 32.03%
R=35.49%
G=32.48%
B=32.03%

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
Decimal23621621300.080.100.077.8337.788.04
HexECD8D508A782658
Octal3543303250101271046130
Binary11101100110110001101010101000101011110001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8D5; }

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

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

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

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

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

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

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

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