#ECCFEF

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

Shades of Snuff #ECCFEF

Tints of Snuff #ECCFEF

Color information

#ECCFEF (or 0xECCFEF) is unknown color: approx Snuff. HEX triplet: EC, CF and EF. RGB value is (236,207,239). Sum of RGB (Red+Green+Blue) = 236+207+239=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECCFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEF is #133010. Grayscale: #DBDBDB. Windows color (decimal): -1257489 or 15716332. OLE color: 15716332.

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

Color convert

RGB236207239-
CMYK0.010.1300.06
HSL294.38º50%87.45%-
HSV(B)294.38º13.39%93.73%-
XYZ72.4868.6991.1-
YUV219.32139.11139.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=34.60%
G=30.35%
B=35.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362072390.010.1300.06294.385087.45
HexECCFEF1D061263257
Octal3543173571150644662127
Binary1110110011001111111011111110101101001001101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFEF; }

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

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

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

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

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

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

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

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