#EECEF2

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

Shades of Snuff #EECEF2

Tints of Snuff #EECEF2

Color information

#EECEF2 (or 0xEECEF2) is unknown color: approx Snuff. HEX triplet: EE, CE and F2. RGB value is (238,206,242). Sum of RGB (Red+Green+Blue) = 238+206+242=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #EECEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF2 is #11310D. Grayscale: #DBDBDB. Windows color (decimal): -1126670 or 15912686. OLE color: 15912686.

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

Color convert

RGB238206242-
CMYK0.020.1500.05
HSL293.33º58.06%87.84%-
HSV(B)293.33º14.88%94.9%-
XYZ73.3668.7393.4-
YUV219.67140.6141.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=34.69%
G=30.03%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382062420.020.1500.05293.3358.0687.84
HexEECEF22F051253a58
Octal3563163622170544572130
Binary11101110110011101111001010111101011001001011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEF2; }

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

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

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

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

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

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

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

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