#ECDAEC

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

Shades of Snuff #ECDAEC

Tints of Snuff #ECDAEC

Color information

#ECDAEC (or 0xECDAEC) is unknown color: approx Snuff. HEX triplet: EC, DA and EC. RGB value is (236,218,236). Sum of RGB (Red+Green+Blue) = 236+218+236=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEC is #132513. Grayscale: #E1E1E1. Windows color (decimal): -1254676 or 15522540. OLE color: 15522540.

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

Color convert

RGB236218236-
CMYK00.0800.07
HSL300º32.14%89.02%-
HSV(B)300º7.63%92.55%-
XYZ74.874.0389.7-
YUV225.43133.96135.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=34.20%
G=31.59%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621823600.0800.0730032.1489.02
HexECDAEC080712c2059
Octal3543323540100745440131
Binary1110110011011010111011000100001111001011001000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAEC; }

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

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

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

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

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

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

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

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