#ECCFEC

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

Shades of Snuff #ECCFEC

Tints of Snuff #ECCFEC

Color information

#ECCFEC (or 0xECCFEC) is unknown color: approx Snuff. HEX triplet: EC, CF and EC. RGB value is (236,207,236). Sum of RGB (Red+Green+Blue) = 236+207+236=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEC is #133013. Grayscale: #DADADA. Windows color (decimal): -1257492 or 15519724. OLE color: 15519724.

HSL color Cylindrical-coordinate representation of color #ECCFEC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFEC is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236207236-
CMYK00.1200.07
HSL300º43.28%86.86%-
HSV(B)300º12.29%92.55%-
XYZ72.0568.5188.78-
YUV218.98137.61140.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=34.76%
G=30.49%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620723600.1200.0730043.2886.86
HexECCFEC0C0712c2b57
Octal3543173540140745453127
Binary1110110011001111111011000110001111001011001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFEC; }

 p { color: rgb(236,207,236); }

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

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

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

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

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

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

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