#EEC2ED

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

Shades of Snuff #EEC2ED

Tints of Snuff #EEC2ED

Color information

#EEC2ED (or 0xEEC2ED) is unknown color: approx Snuff. HEX triplet: EE, C2 and ED. RGB value is (238,194,237). Sum of RGB (Red+Green+Blue) = 238+194+237=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2ED is #113D12. Grayscale: #D3D3D3. Windows color (decimal): -1129747 or 15581934. OLE color: 15581934.

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

Color convert

RGB238194237-
CMYK00.180.000.07
HSL301.36º56.41%84.71%-
HSV(B)301.36º18.49%93.33%-
XYZ69.8462.8888.58-
YUV212.06142.08146.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 194 (76.17% from 255) = 29.00%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=35.58%
G=29.00%
B=35.43%

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
Decimal23819423700.180.000.07301.3656.4184.71
HexEEC2ED0120712d3855
Octal3563023550220745570125
Binary11101110110000101110110101001001111001011011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2ED; }

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

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

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

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

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

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

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

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