#EEC6F1

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

Shades of Snuff #EEC6F1

Tints of Snuff #EEC6F1

Color information

#EEC6F1 (or 0xEEC6F1) is unknown color: approx Snuff. HEX triplet: EE, C6 and F1. RGB value is (238,198,241). Sum of RGB (Red+Green+Blue) = 238+198+241=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC6F1 is #11390E. Grayscale: #D6D6D6. Windows color (decimal): -1128719 or 15845102. OLE color: 15845102.

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

Color convert

RGB238198241-
CMYK0.010.1800.05
HSL295.81º60.56%86.08%-
HSV(B)295.81º17.84%94.51%-
XYZ71.3364.9291.99-
YUV214.86142.75144.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 198 (77.73% from 255) = 29.25%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=35.16%
G=29.25%
B=35.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381982410.010.1800.05295.8160.5686.08
HexEEC6F1112051283d56
Octal3563063611220545075126
Binary11101110110001101111000111001001011001010001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC6F1; }

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

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

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

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

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

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

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

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