#ECDCD8

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

Shades of Ebb #ECDCD8

Tints of Ebb #ECDCD8

Color information

#ECDCD8 (or 0xECDCD8) is unknown color: approx Ebb. HEX triplet: EC, DC and D8. RGB value is (236,220,216). Sum of RGB (Red+Green+Blue) = 236+220+216=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD8 is #132327. Grayscale: #E0E0E0. Windows color (decimal): -1254184 or 14212332. OLE color: 14212332.

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

Color convert

RGB236220216-
CMYK00.070.080.07
HSL12º34.48%88.63%-
HSV(B)12º8.47%92.55%-
XYZ72.5873.9875.42-
YUV224.33123.3136.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 216 (84.77% from 255) = 32.14%
R=35.12%
G=32.74%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622021600.070.080.071234.4888.63
HexECDCD80787c2259
Octal354334330071071442131
Binary1110110011011100110110000111100011111001000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCD8; }

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

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

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

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

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

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

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

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