#EECCEC

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

Shades of Snuff #EECCEC

Tints of Snuff #EECCEC

Color information

#EECCEC (or 0xEECCEC) is unknown color: approx Snuff. HEX triplet: EE, CC and EC. RGB value is (238,204,236). Sum of RGB (Red+Green+Blue) = 238+204+236=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCEC is #113313. Grayscale: #D9D9D9. Windows color (decimal): -1127188 or 15518958. OLE color: 15518958.

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

Color convert

RGB238204236-
CMYK00.140.010.07
HSL303.53º50%86.67%-
HSV(B)303.53º14.29%93.33%-
XYZ71.9967.4288.58-
YUV217.81138.26142.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=35.10%
G=30.09%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820423600.140.010.07303.535086.67
HexEECCEC0E171303257
Octal3563143540161746062127
Binary1110111011001100111011000111011111001100001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCEC; }

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

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

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

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

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

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

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

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