#EEC1EC

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

Shades of Snuff #EEC1EC

Tints of Snuff #EEC1EC

Color information

#EEC1EC (or 0xEEC1EC) is unknown color: approx Snuff. HEX triplet: EE, C1 and EC. RGB value is (238,193,236). Sum of RGB (Red+Green+Blue) = 238+193+236=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1EC is #113E13. Grayscale: #D3D3D3. Windows color (decimal): -1130004 or 15516142. OLE color: 15516142.

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

Color convert

RGB238193236-
CMYK00.190.010.07
HSL302.67º56.96%84.51%-
HSV(B)302.67º18.91%93.33%-
XYZ69.4762.3787.73-
YUV211.36141.91147-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 193 (75.78% from 255) = 28.94%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=35.68%
G=28.94%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819323600.190.010.07302.6756.9684.51
HexEEC1EC0131712f3955
Octal3563013540231745771125
Binary11101110110000011110110001001111111001011111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1EC; }

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

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

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

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

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

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

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

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