#ECD2EA

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

Shades of Snuff #ECD2EA

Tints of Snuff #ECD2EA

Color information

#ECD2EA (or 0xECD2EA) is unknown color: approx Snuff. HEX triplet: EC, D2 and EA. RGB value is (236,210,234). Sum of RGB (Red+Green+Blue) = 236+210+234=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EA is #132D15. Grayscale: #DCDCDC. Windows color (decimal): -1256726 or 15389420. OLE color: 15389420.

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

Color convert

RGB236210234-
CMYK00.110.010.07
HSL304.62º40.62%87.45%-
HSV(B)304.62º11.02%92.55%-
XYZ72.4969.8787.51-
YUV220.51135.61139.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 210 (82.42% from 255) = 30.88%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=34.71%
G=30.88%
B=34.41%

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
Decimal23621023400.110.010.07304.6240.6287.45
HexECD2EA0B171312957
Octal3543223520131746151127
Binary1110110011010010111010100101111111001100011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2EA; }

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

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

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

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

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

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

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

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