#EEC4ED

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

Shades of Snuff #EEC4ED

Tints of Snuff #EEC4ED

Color information

#EEC4ED (or 0xEEC4ED) is unknown color: approx Snuff. HEX triplet: EE, C4 and ED. RGB value is (238,196,237). Sum of RGB (Red+Green+Blue) = 238+196+237=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4ED is #113B12. Grayscale: #D5D5D5. Windows color (decimal): -1129235 or 15582446. OLE color: 15582446.

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

Color convert

RGB238196237-
CMYK00.180.000.07
HSL301.43º55.26%85.1%-
HSV(B)301.43º17.65%93.33%-
XYZ70.2963.7788.73-
YUV213.23141.41145.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 196 (76.95% from 255) = 29.21%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=35.47%
G=29.21%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819623700.180.000.07301.4355.2685.1
HexEEC4ED0120712d3755
Octal3563043550220745567125
Binary11101110110001001110110101001001111001011011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4ED; }

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

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

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

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

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

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

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

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