#ECCDE6

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

Shades of Snuff #ECCDE6

Tints of Snuff #ECCDE6

Color information

#ECCDE6 (or 0xECCDE6) is unknown color: approx Snuff. HEX triplet: EC, CD and E6. RGB value is (236,205,230). Sum of RGB (Red+Green+Blue) = 236+205+230=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDE6 is #133219. Grayscale: #D9D9D9. Windows color (decimal): -1258010 or 15125996. OLE color: 15125996.

HSL color Cylindrical-coordinate representation of color #ECCDE6: hue angle of 311.61º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDE6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236205230-
CMYK00.130.030.07
HSL311.61º44.93%86.47%-
HSV(B)311.61º13.14%92.55%-
XYZ70.7167.2184.11-
YUV217.12135.27141.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=35.17%
G=30.55%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620523000.130.030.07311.6144.9386.47
HexECCDE60D371382d56
Octal3543153460153747055126
Binary11101100110011011110011001101111111001110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDE6; }

 p { color: rgb(236,205,230); }

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

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

 a { background-color: rgb(236,205,230); }

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

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

 span { border-color: rgb(236,205,230); }

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