#ECDAEB

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

Shades of Snuff #ECDAEB

Tints of Snuff #ECDAEB

Color information

#ECDAEB (or 0xECDAEB) is unknown color: approx Snuff. HEX triplet: EC, DA and EB. RGB value is (236,218,235). Sum of RGB (Red+Green+Blue) = 236+218+235=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEB is #132514. Grayscale: #E1E1E1. Windows color (decimal): -1254677 or 15457004. OLE color: 15457004.

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

Color convert

RGB236218235-
CMYK00.080.000.07
HSL303.33º32.14%89.02%-
HSV(B)303.33º7.63%92.55%-
XYZ74.6673.9788.94-
YUV225.32133.46135.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=34.25%
G=31.64%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621823500.080.000.07303.3332.1489.02
HexECDAEB080712f2059
Octal3543323530100745740131
Binary1110110011011010111010110100001111001011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAEB; }

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

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

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

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

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

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

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

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