#EEC9F3

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

Shades of Snuff #EEC9F3

Tints of Snuff #EEC9F3

Color information

#EEC9F3 (or 0xEEC9F3) is unknown color: approx Snuff. HEX triplet: EE, C9 and F3. RGB value is (238,201,243). Sum of RGB (Red+Green+Blue) = 238+201+243=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEC9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9F3 is #11360C. Grayscale: #D8D8D8. Windows color (decimal): -1127949 or 15976942. OLE color: 15976942.

HSL color Cylindrical-coordinate representation of color #EEC9F3: hue angle of 292.86º degrees, saturation: 0.64, 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 #EEC9F3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238201243-
CMYK0.020.1700.05
HSL292.86º63.64%87.06%-
HSV(B)292.86º17.28%95.29%-
XYZ72.3266.4293.8-
YUV216.85142.76143.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 201 (78.91% from 255) = 29.47%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=34.90%
G=29.47%
B=35.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382012430.020.1700.05292.8663.6487.06
HexEEC9F3211051254057
Octal35631136322105445100127
Binary1110111011001001111100111010001010110010010110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9F3; }

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

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

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

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

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

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

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

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