#ECC7EF

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

Shades of Snuff #ECC7EF

Tints of Snuff #ECC7EF

Color information

#ECC7EF (or 0xECC7EF) is unknown color: approx Snuff. HEX triplet: EC, C7 and EF. RGB value is (236,199,239). Sum of RGB (Red+Green+Blue) = 236+199+239=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7EF is #133810. Grayscale: #D6D6D6. Windows color (decimal): -1259537 or 15714284. OLE color: 15714284.

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

Color convert

RGB236199239-
CMYK0.010.1700.06
HSL295.5º55.56%85.88%-
HSV(B)295.5º16.74%93.73%-
XYZ70.664.9190.47-
YUV214.62141.76143.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 199 (78.12% from 255) = 29.53%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=35.01%
G=29.53%
B=35.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361992390.010.1700.06295.555.5685.88
HexECC7EF111061283856
Octal3543073571210645070126
Binary11101100110001111110111111000101101001010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7EF; }

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

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

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

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

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

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

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

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