#ECCCF2

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

Shades of Snuff #ECCCF2

Tints of Snuff #ECCCF2

Color information

#ECCCF2 (or 0xECCCF2) is unknown color: approx Snuff. HEX triplet: EC, CC and F2. RGB value is (236,204,242). Sum of RGB (Red+Green+Blue) = 236+204+242=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF2 is #13330D. Grayscale: #D9D9D9. Windows color (decimal): -1258254 or 15912172. OLE color: 15912172.

HSL color Cylindrical-coordinate representation of color #ECCCF2: hue angle of 290.53º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCCF2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236204242-
CMYK0.020.1600.05
HSL290.53º59.38%87.45%-
HSV(B)290.53º15.7%94.9%-
XYZ72.2167.4393.21-
YUV217.9141.6140.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=34.60%
G=29.91%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362042420.020.1600.05290.5359.3887.45
HexECCCF2210051233b57
Octal3543143622200544373127
Binary111011001100110011110010101000001011001000111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCF2; }

 p { color: rgb(236,204,242); }

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

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

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

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

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

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

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