#ECDAD6

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

Shades of Ebb #ECDAD6

Tints of Ebb #ECDAD6

Color information

#ECDAD6 (or 0xECDAD6) is unknown color: approx Ebb. HEX triplet: EC, DA and D6. RGB value is (236,218,214). Sum of RGB (Red+Green+Blue) = 236+218+214=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAD6 is #132529. Grayscale: #DEDEDE. Windows color (decimal): -1254698 or 14080748. OLE color: 14080748.

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

Color convert

RGB236218214-
CMYK00.080.090.07
HSL10.91º36.67%88.24%-
HSV(B)10.91º9.32%92.55%-
XYZ71.872.8373.89-
YUV222.93122.96137.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 214 (83.98% from 255) = 32.04%
R=35.33%
G=32.63%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621821400.080.090.0710.9136.6788.24
HexECDAD60897b2558
Octal3543323260101171345130
Binary11101100110110101101011001000100111110111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAD6; }

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

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

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

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

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

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

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

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