#EECCED

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

Shades of Snuff #EECCED

Tints of Snuff #EECCED

Color information

#EECCED (or 0xEECCED) is unknown color: approx Snuff. HEX triplet: EE, CC and ED. RGB value is (238,204,237). Sum of RGB (Red+Green+Blue) = 238+204+237=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCED is #113312. Grayscale: #D9D9D9. Windows color (decimal): -1127187 or 15584494. OLE color: 15584494.

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

Color convert

RGB238204237-
CMYK00.140.000.07
HSL301.76º50%86.67%-
HSV(B)301.76º14.29%93.33%-
XYZ72.1467.4889.34-
YUV217.93138.76142.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=35.05%
G=30.04%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820423700.140.000.07301.765086.67
HexEECCED0E0712e3257
Octal3563143550160745662127
Binary1110111011001100111011010111001111001011101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCED; }

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

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

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

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

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

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

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

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