#EECFED

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

Shades of Snuff #EECFED

Tints of Snuff #EECFED

Color information

#EECFED (or 0xEECFED) is unknown color: approx Snuff. HEX triplet: EE, CF and ED. RGB value is (238,207,237). Sum of RGB (Red+Green+Blue) = 238+207+237=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFED is #113012. Grayscale: #DBDBDB. Windows color (decimal): -1126419 or 15585262. OLE color: 15585262.

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

Color convert

RGB238207237-
CMYK00.130.000.07
HSL301.94º47.69%87.25%-
HSV(B)301.94º13.03%93.33%-
XYZ72.8668.9289.58-
YUV219.69137.77141.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=34.90%
G=30.35%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820723700.130.000.07301.9447.6987.25
HexEECFED0D0712e3057
Octal3563173550150745660127
Binary1110111011001111111011010110101111001011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFED; }

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

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

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

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

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

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

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

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