#EEC8F1

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

Shades of Snuff #EEC8F1

Tints of Snuff #EEC8F1

Color information

#EEC8F1 (or 0xEEC8F1) is unknown color: approx Snuff. HEX triplet: EE, C8 and F1. RGB value is (238,200,241). Sum of RGB (Red+Green+Blue) = 238+200+241=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8F1 is #11370E. Grayscale: #D7D7D7. Windows color (decimal): -1128207 or 15845614. OLE color: 15845614.

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

Color convert

RGB238200241-
CMYK0.010.1700.05
HSL295.61º59.42%86.47%-
HSV(B)295.61º17.01%94.51%-
XYZ71.7965.8492.14-
YUV216.04142.09143.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 200 (78.52% from 255) = 29.46%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=35.05%
G=29.46%
B=35.49%

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
Decimal2382002410.010.1700.05295.6159.4286.47
HexEEC8F1111051283b56
Octal3563103611210545073126
Binary11101110110010001111000111000101011001010001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8F1; }

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

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

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

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

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

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

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

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