#EECDEA

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

Shades of Snuff #EECDEA

Tints of Snuff #EECDEA

Color information

#EECDEA (or 0xEECDEA) is unknown color: approx Snuff. HEX triplet: EE, CD and EA. RGB value is (238,205,234). Sum of RGB (Red+Green+Blue) = 238+205+234=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDEA is #113215. Grayscale: #DADADA. Windows color (decimal): -1126934 or 15388142. OLE color: 15388142.

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

Color convert

RGB238205234-
CMYK00.140.020.07
HSL307.27º49.25%86.86%-
HSV(B)307.27º13.87%93.33%-
XYZ71.9467.7887.13-
YUV218.17136.93142.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=35.16%
G=30.28%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820523400.140.020.07307.2749.2586.86
HexEECDEA0E271333157
Octal3563153520162746361127
Binary11101110110011011110101001110101111001100111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDEA; }

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

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

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

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

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

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

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

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