#ECDAD5

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

Shades of Ebb #ECDAD5

Tints of Ebb #ECDAD5

Color information

#ECDAD5 (or 0xECDAD5) is unknown color: approx Ebb. HEX triplet: EC, DA and D5. RGB value is (236,218,213). Sum of RGB (Red+Green+Blue) = 236+218+213=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAD5 is #13252A. Grayscale: #DEDEDE. Windows color (decimal): -1254699 or 14015212. OLE color: 14015212.

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

Color convert

RGB236218213-
CMYK00.080.100.07
HSL13.04º37.7%88.04%-
HSV(B)13.04º9.75%92.55%-
XYZ71.6772.7873.22-
YUV222.81122.46137.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 213 (83.59% from 255) = 31.93%
R=35.38%
G=32.68%
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
Decimal23621821300.080.100.0713.0437.788.04
HexECDAD508A7d2658
Octal3543323250101271546130
Binary11101100110110101101010101000101011111011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAD5; }

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

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

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

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

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

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

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

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