#EECFF2

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

Shades of Snuff #EECFF2

Tints of Snuff #EECFF2

Color information

#EECFF2 (or 0xEECFF2) is unknown color: approx Snuff. HEX triplet: EE, CF and F2. RGB value is (238,207,242). Sum of RGB (Red+Green+Blue) = 238+207+242=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #EECFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFF2 is #11300D. Grayscale: #DCDCDC. Windows color (decimal): -1126414 or 15912942. OLE color: 15912942.

HSL color Cylindrical-coordinate representation of color #EECFF2: hue angle of 293.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECFF2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238207242-
CMYK0.020.1400.05
HSL293.14º57.38%88.04%-
HSV(B)293.14º14.46%94.9%-
XYZ73.669.2193.48-
YUV220.26140.27140.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=34.64%
G=30.13%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382072420.020.1400.05293.1457.3888.04
HexEECFF22E051253958
Octal3563173622160544571130
Binary11101110110011111111001010111001011001001011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFF2; }

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

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

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

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

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

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

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

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