#EEC4F5

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

Shades of Snuff #EEC4F5

Tints of Snuff #EEC4F5

Color information

#EEC4F5 (or 0xEEC4F5) is unknown color: approx Snuff. HEX triplet: EE, C4 and F5. RGB value is (238,196,245). Sum of RGB (Red+Green+Blue) = 238+196+245=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 196 (76.95% from 255 or 28.87% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEC4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4F5 is #113B0A. Grayscale: #D5D5D5. Windows color (decimal): -1129227 or 16106734. OLE color: 16106734.

HSL color Cylindrical-coordinate representation of color #EEC4F5: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC4F5 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238196245-
CMYK0.030.200.04
HSL291.43º71.01%86.47%-
HSV(B)291.43º20%96.08%-
XYZ71.4864.2595.02-
YUV214.14145.41145.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 196 (76.95% from 255) = 28.87%
BLUE value IS 245 (96.09% from 255) = 36.08%
R=35.05%
G=28.87%
B=36.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381962450.030.200.04291.4371.0186.47
HexEEC4F5314041234756
Octal35630436532404443107126
Binary1110111011000100111101011110100010010010001110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4F5; }

 p { color: rgb(238,196,245); }

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

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

 a { background-color: rgb(238,196,245); }

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

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

 span { border-color: rgb(238,196,245); }

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