#EEC0F1

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

Shades of Snuff #EEC0F1

Tints of Snuff #EEC0F1

Color information

#EEC0F1 (or 0xEEC0F1) is unknown color: approx Snuff. HEX triplet: EE, C0 and F1. RGB value is (238,192,241). Sum of RGB (Red+Green+Blue) = 238+192+241=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0F1 is #113F0E. Grayscale: #D3D3D3. Windows color (decimal): -1130255 or 15843566. OLE color: 15843566.

HSL color Cylindrical-coordinate representation of color #EEC0F1: hue angle of 296.33º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC0F1 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238192241-
CMYK0.010.2000.05
HSL296.33º63.64%84.9%-
HSV(B)296.33º20.33%94.51%-
XYZ69.9962.2391.54-
YUV211.34144.74147.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 192 (75.39% from 255) = 28.61%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=35.47%
G=28.61%
B=35.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381922410.010.2000.05296.3363.6484.9
HexEEC0F1114051284055
Octal35630036112405450100125
Binary111011101100000011110001110100010110010100010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0F1; }

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

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

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

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

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

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

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

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