#ECCDEA

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

Shades of Snuff #ECCDEA

Tints of Snuff #ECCDEA

Color information

#ECCDEA (or 0xECCDEA) is unknown color: approx Snuff. HEX triplet: EC, CD and EA. RGB value is (236,205,234). Sum of RGB (Red+Green+Blue) = 236+205+234=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDEA is #133215. Grayscale: #D9D9D9. Windows color (decimal): -1258006 or 15388140. OLE color: 15388140.

HSL color Cylindrical-coordinate representation of color #ECCDEA: hue angle of 303.87º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDEA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236205234-
CMYK00.130.010.07
HSL303.87º44.93%86.47%-
HSV(B)303.87º13.14%92.55%-
XYZ71.2767.4487.1-
YUV217.58137.27141.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=34.96%
G=30.37%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620523400.130.010.07303.8744.9386.47
HexECCDEA0D171302d56
Octal3543153520151746055126
Binary1110110011001101111010100110111111001100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDEA; }

 p { color: rgb(236,205,234); }

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

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

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

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

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

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

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