#EEC5F1

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

Shades of Snuff #EEC5F1

Tints of Snuff #EEC5F1

Color information

#EEC5F1 (or 0xEEC5F1) is unknown color: approx Snuff. HEX triplet: EE, C5 and F1. RGB value is (238,197,241). Sum of RGB (Red+Green+Blue) = 238+197+241=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5F1 is #113A0E. Grayscale: #D6D6D6. Windows color (decimal): -1128975 or 15844846. OLE color: 15844846.

HSL color Cylindrical-coordinate representation of color #EEC5F1: hue angle of 295.91º 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 #EEC5F1 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238197241-
CMYK0.010.1800.05
HSL295.91º61.11%85.88%-
HSV(B)295.91º18.26%94.51%-
XYZ71.164.4691.91-
YUV214.27143.08144.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 197 (77.34% from 255) = 29.14%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=35.21%
G=29.14%
B=35.65%

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
Decimal2381972410.010.1800.05295.9161.1185.88
HexEEC5F1112051283d56
Octal3563053611220545075126
Binary11101110110001011111000111001001011001010001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5F1; }

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

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

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

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

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

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

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

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