#EECEF0

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

Shades of Snuff #EECEF0

Tints of Snuff #EECEF0

Color information

#EECEF0 (or 0xEECEF0) is unknown color: approx Snuff. HEX triplet: EE, CE and F0. RGB value is (238,206,240). Sum of RGB (Red+Green+Blue) = 238+206+240=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF0 is #11310F. Grayscale: #DBDBDB. Windows color (decimal): -1126672 or 15781614. OLE color: 15781614.

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

Color convert

RGB238206240-
CMYK0.010.1400.06
HSL296.47º53.12%87.45%-
HSV(B)296.47º14.17%94.12%-
XYZ73.0668.6191.83-
YUV219.44139.6141.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=34.80%
G=30.12%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382062400.010.1400.06296.4753.1287.45
HexEECEF01E061283557
Octal3563163601160645065127
Binary1110111011001110111100001111001101001010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEF0; }

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

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

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

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

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

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

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

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