#EEC9F0

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

Shades of Snuff #EEC9F0

Tints of Snuff #EEC9F0

Color information

#EEC9F0 (or 0xEEC9F0) is unknown color: approx Snuff. HEX triplet: EE, C9 and F0. RGB value is (238,201,240). Sum of RGB (Red+Green+Blue) = 238+201+240=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9F0 is #11360F. Grayscale: #D8D8D8. Windows color (decimal): -1127952 or 15780334. OLE color: 15780334.

HSL color Cylindrical-coordinate representation of color #EEC9F0: hue angle of 296.92º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC9F0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238201240-
CMYK0.010.1600.06
HSL296.92º56.52%86.47%-
HSV(B)296.92º16.25%94.12%-
XYZ71.8766.2491.44-
YUV216.51141.26143.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=35.05%
G=29.60%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382012400.010.1600.06296.9256.5286.47
HexEEC9F0110061293956
Octal3563113601200645171126
Binary11101110110010011111000011000001101001010011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9F0; }

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

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

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

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

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

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

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

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