#EECCEF

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

Shades of Snuff #EECCEF

Tints of Snuff #EECCEF

Color information

#EECCEF (or 0xEECCEF) is unknown color: approx Snuff. HEX triplet: EE, CC and EF. RGB value is (238,204,239). Sum of RGB (Red+Green+Blue) = 238+204+239=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCEF is #113310. Grayscale: #DADADA. Windows color (decimal): -1127185 or 15715566. OLE color: 15715566.

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

Color convert

RGB238204239-
CMYK0.000.1500.06
HSL298.29º52.24%86.86%-
HSV(B)298.29º14.64%93.73%-
XYZ72.4367.5990.89-
YUV218.16139.76142.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=34.95%
G=29.96%
B=35.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382042390.000.1500.06298.2952.2486.86
HexEECCEF0F0612a3457
Octal3563143570170645264127
Binary1110111011001100111011110111101101001010101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCEF; }

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

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

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

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

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

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

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

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