#EECEEF

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

Shades of Snuff #EECEEF

Tints of Snuff #EECEEF

Color information

#EECEEF (or 0xEECEEF) is unknown color: approx Snuff. HEX triplet: EE, CE and EF. RGB value is (238,206,239). Sum of RGB (Red+Green+Blue) = 238+206+239=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEEF is #113110. Grayscale: #DBDBDB. Windows color (decimal): -1126673 or 15716078. OLE color: 15716078.

HSL color Cylindrical-coordinate representation of color #EECEEF: hue angle of 298.18º degrees, saturation: 0.51, 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 #EECEEF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238206239-
CMYK0.000.1400.06
HSL298.18º50.77%87.25%-
HSV(B)298.18º13.81%93.73%-
XYZ72.9168.5591.05-
YUV219.33139.1141.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 206 (80.86% from 255) = 30.16%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=34.85%
G=30.16%
B=34.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382062390.000.1400.06298.1850.7787.25
HexEECEEF0E0612a3357
Octal3563163570160645263127
Binary1110111011001110111011110111001101001010101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEEF; }

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

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

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

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

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

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

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

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