#EECFEF

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

Shades of Snuff #EECFEF

Tints of Snuff #EECFEF

Color information

#EECFEF (or 0xEECFEF) is unknown color: approx Snuff. HEX triplet: EE, CF and EF. RGB value is (238,207,239). Sum of RGB (Red+Green+Blue) = 238+207+239=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFEF is #113010. Grayscale: #DBDBDB. Windows color (decimal): -1126417 or 15716334. OLE color: 15716334.

HSL color Cylindrical-coordinate representation of color #EECFEF: hue angle of 298.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFEF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238207239-
CMYK0.000.1300.06
HSL298.12º50%87.45%-
HSV(B)298.12º13.39%93.73%-
XYZ73.1569.0391.13-
YUV219.92138.77140.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 207 (81.25% from 255) = 30.26%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=34.80%
G=30.26%
B=34.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382072390.000.1300.06298.125087.45
HexEECFEF0D0612a3257
Octal3563173570150645262127
Binary1110111011001111111011110110101101001010101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFEF; }

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

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

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

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

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

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

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

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