#ECC3EF

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

Shades of Snuff #ECC3EF

Tints of Snuff #ECC3EF

Color information

#ECC3EF (or 0xECC3EF) is unknown color: approx Snuff. HEX triplet: EC, C3 and EF. RGB value is (236,195,239). Sum of RGB (Red+Green+Blue) = 236+195+239=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3EF is #133C10. Grayscale: #D4D4D4. Windows color (decimal): -1260561 or 15713260. OLE color: 15713260.

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

Color convert

RGB236195239-
CMYK0.010.1800.06
HSL295.91º57.89%85.1%-
HSV(B)295.91º18.41%93.73%-
XYZ69.6963.190.17-
YUV212.28143.08144.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 195 (76.56% from 255) = 29.10%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=35.22%
G=29.10%
B=35.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361952390.010.1800.06295.9157.8985.1
HexECC3EF112061283a55
Octal3543033571220645072125
Binary11101100110000111110111111001001101001010001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3EF; }

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

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

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

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

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

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

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

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