#ECD6ED

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

Shades of Snuff #ECD6ED

Tints of Snuff #ECD6ED

Color information

#ECD6ED (or 0xECD6ED) is unknown color: approx Snuff. HEX triplet: EC, D6 and ED. RGB value is (236,214,237). Sum of RGB (Red+Green+Blue) = 236+214+237=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6ED is #132912. Grayscale: #DFDFDF. Windows color (decimal): -1255699 or 15587052. OLE color: 15587052.

HSL color Cylindrical-coordinate representation of color #ECD6ED: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD6ED is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236214237-
CMYK0.000.1000.07
HSL297.39º38.98%88.43%-
HSV(B)297.39º9.7%92.94%-
XYZ73.9272.0490.13-
YUV223.2135.79137.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 214 (83.98% from 255) = 31.15%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=34.35%
G=31.15%
B=34.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362142370.000.1000.07297.3938.9888.43
HexECD6ED0A071292758
Octal3543263550120745147130
Binary1110110011010110111011010101001111001010011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6ED; }

 p { color: rgb(236,214,237); }

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

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

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

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

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

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

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