#EEC3EB

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

Shades of Snuff #EEC3EB

Tints of Snuff #EEC3EB

Color information

#EEC3EB (or 0xEEC3EB) is unknown color: approx Snuff. HEX triplet: EE, C3 and EB. RGB value is (238,195,235). Sum of RGB (Red+Green+Blue) = 238+195+235=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3EB is #113C14. Grayscale: #D4D4D4. Windows color (decimal): -1129493 or 15451118. OLE color: 15451118.

HSL color Cylindrical-coordinate representation of color #EEC3EB: hue angle of 304.19º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3EB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238195235-
CMYK00.180.010.07
HSL304.19º55.84%84.9%-
HSV(B)304.19º18.07%93.33%-
XYZ69.7763.2187.12-
YUV212.42140.75146.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 195 (76.56% from 255) = 29.19%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=35.63%
G=29.19%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819523500.180.010.07304.1955.8484.9
HexEEC3EB012171303855
Octal3563033530221746070125
Binary11101110110000111110101101001011111001100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3EB; }

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

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

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

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

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

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

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

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