#ECD2EB

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

Shades of Snuff #ECD2EB

Tints of Snuff #ECD2EB

Color information

#ECD2EB (or 0xECD2EB) is unknown color: approx Snuff. HEX triplet: EC, D2 and EB. RGB value is (236,210,235). Sum of RGB (Red+Green+Blue) = 236+210+235=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EB is #132D14. Grayscale: #DCDCDC. Windows color (decimal): -1256725 or 15454956. OLE color: 15454956.

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

Color convert

RGB236210235-
CMYK00.110.000.07
HSL302.31º40.62%87.45%-
HSV(B)302.31º11.02%92.55%-
XYZ72.6369.9288.27-
YUV220.62136.11138.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 210 (82.42% from 255) = 30.84%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=34.65%
G=30.84%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621023500.110.000.07302.3140.6287.45
HexECD2EB0B0712e2957
Octal3543223530130745651127
Binary1110110011010010111010110101101111001011101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2EB; }

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

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

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

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

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

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

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

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