#ECD6E7

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

Shades of Snuff #ECD6E7

Tints of Snuff #ECD6E7

Color information

#ECD6E7 (or 0xECD6E7) is unknown color: approx Snuff. HEX triplet: EC, D6 and E7. RGB value is (236,214,231). Sum of RGB (Red+Green+Blue) = 236+214+231=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6E7 is #132918. Grayscale: #DEDEDE. Windows color (decimal): -1255705 or 15193836. OLE color: 15193836.

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

Color convert

RGB236214231-
CMYK00.090.020.07
HSL313.64º36.67%88.24%-
HSV(B)313.64º9.32%92.55%-
XYZ73.0671.785.59-
YUV222.52132.79137.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 231 (90.62% from 255) = 33.92%
R=34.65%
G=31.42%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621423100.090.020.07313.6436.6788.24
HexECD6E7092713a2558
Octal3543263470112747245130
Binary11101100110101101110011101001101111001110101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6E7; }

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

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

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

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

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

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

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

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