#EEC3F3

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

Shades of Snuff #EEC3F3

Tints of Snuff #EEC3F3

Color information

#EEC3F3 (or 0xEEC3F3) is unknown color: approx Snuff. HEX triplet: EE, C3 and F3. RGB value is (238,195,243). Sum of RGB (Red+Green+Blue) = 238+195+243=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 195 (76.56% from 255 or 28.85% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3F3 is #113C0C. Grayscale: #D5D5D5. Windows color (decimal): -1129485 or 15975406. OLE color: 15975406.

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

Color convert

RGB238195243-
CMYK0.020.2000.05
HSL293.75º66.67%85.88%-
HSV(B)293.75º19.75%95.29%-
XYZ70.9563.6893.35-
YUV213.33144.75145.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 195 (76.56% from 255) = 28.85%
BLUE value IS 243 (95.31% from 255) = 35.95%
R=35.21%
G=28.85%
B=35.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381952430.020.2000.05293.7566.6785.88
HexEEC3F3214051264356
Octal35630336322405446103126
Binary1110111011000011111100111010100010110010011010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3F3; }

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

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

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

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

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

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

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

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