#EEC4F1

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

Shades of Snuff #EEC4F1

Tints of Snuff #EEC4F1

Color information

#EEC4F1 (or 0xEEC4F1) is unknown color: approx Snuff. HEX triplet: EE, C4 and F1. RGB value is (238,196,241). Sum of RGB (Red+Green+Blue) = 238+196+241=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4F1 is #113B0E. Grayscale: #D5D5D5. Windows color (decimal): -1129231 or 15844590. OLE color: 15844590.

HSL color Cylindrical-coordinate representation of color #EEC4F1: hue angle of 296º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC4F1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238196241-
CMYK0.010.1900.05
HSL296º61.64%85.69%-
HSV(B)296º18.67%94.51%-
XYZ70.8864.0191.84-
YUV213.69143.41145.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 196 (76.95% from 255) = 29.04%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=35.26%
G=29.04%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381962410.010.1900.0529661.6485.69
HexEEC4F1113051283e56
Octal3563043611230545076126
Binary11101110110001001111000111001101011001010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4F1; }

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

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

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

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

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

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

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

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