#EEC4EA

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

Shades of Snuff #EEC4EA

Tints of Snuff #EEC4EA

Color information

#EEC4EA (or 0xEEC4EA) is unknown color: approx Snuff. HEX triplet: EE, C4 and EA. RGB value is (238,196,234). Sum of RGB (Red+Green+Blue) = 238+196+234=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4EA is #113B15. Grayscale: #D4D4D4. Windows color (decimal): -1129238 or 15385838. OLE color: 15385838.

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

Color convert

RGB238196234-
CMYK00.180.020.07
HSL305.71º55.26%85.1%-
HSV(B)305.71º17.65%93.33%-
XYZ69.8563.686.44-
YUV212.89139.91145.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 196 (76.95% from 255) = 29.34%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=35.63%
G=29.34%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819623400.180.020.07305.7155.2685.1
HexEEC4EA012271323755
Octal3563043520222746267125
Binary111011101100010011101010010010101111001100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4EA; }

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

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

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

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

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

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

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

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