#EEC8F0

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

Shades of Snuff #EEC8F0

Tints of Snuff #EEC8F0

Color information

#EEC8F0 (or 0xEEC8F0) is unknown color: approx Snuff. HEX triplet: EE, C8 and F0. RGB value is (238,200,240). Sum of RGB (Red+Green+Blue) = 238+200+240=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8F0 is #11370F. Grayscale: #D7D7D7. Windows color (decimal): -1128208 or 15780078. OLE color: 15780078.

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

Color convert

RGB238200240-
CMYK0.010.1700.06
HSL297º57.14%86.27%-
HSV(B)297º16.67%94.12%-
XYZ71.6465.7891.36-
YUV215.92141.59143.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 200 (78.52% from 255) = 29.50%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=35.10%
G=29.50%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382002400.010.1700.0629757.1486.27
HexEEC8F0111061293956
Octal3563103601210645171126
Binary11101110110010001111000011000101101001010011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8F0; }

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

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

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

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

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

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

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

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