#EEC1F3

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

Shades of Snuff #EEC1F3

Tints of Snuff #EEC1F3

Color information

#EEC1F3 (or 0xEEC1F3) is unknown color: approx Snuff. HEX triplet: EE, C1 and F3. RGB value is (238,193,243). Sum of RGB (Red+Green+Blue) = 238+193+243=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEC1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1F3 is #113E0C. Grayscale: #D3D3D3. Windows color (decimal): -1129997 or 15974894. OLE color: 15974894.

HSL color Cylindrical-coordinate representation of color #EEC1F3: hue angle of 294º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC1F3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238193243-
CMYK0.020.2100.05
HSL294º67.57%85.49%-
HSV(B)294º20.58%95.29%-
XYZ70.5162.7993.2-
YUV212.15145.41146.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 193 (75.78% from 255) = 28.64%
BLUE value IS 243 (95.31% from 255) = 36.05%
R=35.31%
G=28.64%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381932430.020.2100.0529467.5785.49
HexEEC1F3215051264455
Octal35630136322505446104125
Binary1110111011000001111100111010101010110010011010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1F3; }

 p { color: rgb(238,193,243); }

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

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

 a { background-color: rgb(238,193,243); }

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

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

 span { border-color: rgb(238,193,243); }

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