#EEC0F5

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

Shades of Snuff #EEC0F5

Tints of Snuff #EEC0F5

Color information

#EEC0F5 (or 0xEEC0F5) is unknown color: approx Snuff. HEX triplet: EE, C0 and F5. RGB value is (238,192,245). Sum of RGB (Red+Green+Blue) = 238+192+245=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEC0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0F5 is #113F0A. Grayscale: #D3D3D3. Windows color (decimal): -1130251 or 16105710. OLE color: 16105710.

HSL color Cylindrical-coordinate representation of color #EEC0F5: hue angle of 292.08º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC0F5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238192245-
CMYK0.030.2200.04
HSL292.08º72.6%85.69%-
HSV(B)292.08º21.63%96.08%-
XYZ70.5962.4794.72-
YUV211.8146.74146.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 192 (75.39% from 255) = 28.44%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=35.26%
G=28.44%
B=36.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381922450.030.2200.04292.0872.685.69
HexEEC0F5316041244956
Octal35630036532604444111126
Binary1110111011000000111101011110110010010010010010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0F5; }

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

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

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

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

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

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

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

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