#EECEEA

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

Shades of Snuff #EECEEA

Tints of Snuff #EECEEA

Color information

#EECEEA (or 0xEECEEA) is unknown color: approx Snuff. HEX triplet: EE, CE and EA. RGB value is (238,206,234). Sum of RGB (Red+Green+Blue) = 238+206+234=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEEA is #113115. Grayscale: #DADADA. Windows color (decimal): -1126678 or 15388398. OLE color: 15388398.

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

Color convert

RGB238206234-
CMYK00.130.020.07
HSL307.5º48.48%87.06%-
HSV(B)307.5º13.45%93.33%-
XYZ72.1868.2687.21-
YUV218.76136.6141.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=35.10%
G=30.38%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820623400.130.020.07307.548.4887.06
HexEECEEA0D271343057
Octal3563163520152746460127
Binary11101110110011101110101001101101111001101001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEEA; }

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

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

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

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

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

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

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

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