#ECC8EF

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

Shades of Snuff #ECC8EF

Tints of Snuff #ECC8EF

Color information

#ECC8EF (or 0xECC8EF) is unknown color: approx Snuff. HEX triplet: EC, C8 and EF. RGB value is (236,200,239). Sum of RGB (Red+Green+Blue) = 236+200+239=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8EF is #133710. Grayscale: #D7D7D7. Windows color (decimal): -1259281 or 15714540. OLE color: 15714540.

HSL color Cylindrical-coordinate representation of color #ECC8EF: hue angle of 295.38º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC8EF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236200239-
CMYK0.010.1600.06
HSL295.38º54.93%86.08%-
HSV(B)295.38º16.32%93.73%-
XYZ70.8365.3790.55-
YUV215.21141.43142.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 200 (78.52% from 255) = 29.63%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=34.96%
G=29.63%
B=35.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362002390.010.1600.06295.3854.9386.08
HexECC8EF110061273756
Octal3543103571200644767126
Binary11101100110010001110111111000001101001001111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8EF; }

 p { color: rgb(236,200,239); }

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

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

 a { background-color: rgb(236,200,239); }

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

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

 span { border-color: rgb(236,200,239); }

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