#EEC7EA

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

Shades of Snuff #EEC7EA

Tints of Snuff #EEC7EA

Color information

#EEC7EA (or 0xEEC7EA) is unknown color: approx Snuff. HEX triplet: EE, C7 and EA. RGB value is (238,199,234). Sum of RGB (Red+Green+Blue) = 238+199+234=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7EA is #113815. Grayscale: #D6D6D6. Windows color (decimal): -1128470 or 15386606. OLE color: 15386606.

HSL color Cylindrical-coordinate representation of color #EEC7EA: hue angle of 306.15º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7EA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238199234-
CMYK00.160.020.07
HSL306.15º53.42%85.69%-
HSV(B)306.15º16.39%93.33%-
XYZ70.5364.9686.66-
YUV214.65138.92144.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=35.47%
G=29.66%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819923400.160.020.07306.1553.4285.69
HexEEC7EA010271323556
Octal3563073520202746265126
Binary111011101100011111101010010000101111001100101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC7EA; }

 p { color: rgb(238,199,234); }

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

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

 a { background-color: rgb(238,199,234); }

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

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

 span { border-color: rgb(238,199,234); }

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