#ECD3EA

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

Shades of Snuff #ECD3EA

Tints of Snuff #ECD3EA

Color information

#ECD3EA (or 0xECD3EA) is unknown color: approx Snuff. HEX triplet: EC, D3 and EA. RGB value is (236,211,234). Sum of RGB (Red+Green+Blue) = 236+211+234=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3EA is #132C15. Grayscale: #DDDDDD. Windows color (decimal): -1256470 or 15389676. OLE color: 15389676.

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

Color convert

RGB236211234-
CMYK00.110.010.07
HSL304.8º39.68%87.65%-
HSV(B)304.8º10.59%92.55%-
XYZ72.7470.3687.59-
YUV221.1135.28138.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 211 (82.81% from 255) = 30.98%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=34.65%
G=30.98%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621123400.110.010.07304.839.6887.65
HexECD3EA0B171312858
Octal3543233520131746150130
Binary1110110011010011111010100101111111001100011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3EA; }

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

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

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

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

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

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

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

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