#EEC9F1

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

Shades of Snuff #EEC9F1

Tints of Snuff #EEC9F1

Color information

#EEC9F1 (or 0xEEC9F1) is unknown color: approx Snuff. HEX triplet: EE, C9 and F1. RGB value is (238,201,241). Sum of RGB (Red+Green+Blue) = 238+201+241=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 201 (78.91% from 255 or 29.56% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9F1 is #11360E. Grayscale: #D8D8D8. Windows color (decimal): -1127951 or 15845870. OLE color: 15845870.

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

Color convert

RGB238201241-
CMYK0.010.1700.05
HSL295.5º58.82%86.67%-
HSV(B)295.5º16.6%94.51%-
XYZ72.0266.392.22-
YUV216.62141.76143.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 201 (78.91% from 255) = 29.56%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=35%
G=29.56%
B=35.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382012410.010.1700.05295.558.8286.67
HexEEC9F1111051283b57
Octal3563113611210545073127
Binary11101110110010011111000111000101011001010001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9F1; }

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

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

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

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

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

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

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

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