#EECFEC

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

Shades of Snuff #EECFEC

Tints of Snuff #EECFEC

Color information

#EECFEC (or 0xEECFEC) is unknown color: approx Snuff. HEX triplet: EE, CF and EC. RGB value is (238,207,236). Sum of RGB (Red+Green+Blue) = 238+207+236=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFEC is #113013. Grayscale: #DBDBDB. Windows color (decimal): -1126420 or 15519726. OLE color: 15519726.

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

Color convert

RGB238207236-
CMYK00.130.010.07
HSL303.87º47.69%87.25%-
HSV(B)303.87º13.03%93.33%-
XYZ72.7168.8688.82-
YUV219.58137.27141.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=34.95%
G=30.40%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820723600.130.010.07303.8747.6987.25
HexEECFEC0D171303057
Octal3563173540151746060127
Binary1110111011001111111011000110111111001100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFEC; }

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

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

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

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

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

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

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

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