#EEC4EB

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

Shades of Snuff #EEC4EB

Tints of Snuff #EEC4EB

Color information

#EEC4EB (or 0xEEC4EB) is unknown color: approx Snuff. HEX triplet: EE, C4 and EB. RGB value is (238,196,235). Sum of RGB (Red+Green+Blue) = 238+196+235=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4EB is #113B14. Grayscale: #D4D4D4. Windows color (decimal): -1129237 or 15451374. OLE color: 15451374.

HSL color Cylindrical-coordinate representation of color #EEC4EB: hue angle of 304.29º degrees, saturation: 0.55, 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 #EEC4EB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238196235-
CMYK00.180.010.07
HSL304.29º55.26%85.1%-
HSV(B)304.29º17.65%93.33%-
XYZ7063.6687.19-
YUV213140.41145.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 196 (76.95% from 255) = 29.30%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=35.58%
G=29.30%
B=35.13%

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
Decimal23819623500.180.010.07304.2955.2685.1
HexEEC4EB012171303755
Octal3563043530221746067125
Binary11101110110001001110101101001011111001100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4EB; }

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

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

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

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

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

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

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

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