#EECCE6

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

Shades of Snuff #EECCE6

Tints of Snuff #EECCE6

Color information

#EECCE6 (or 0xEECCE6) is unknown color: approx Snuff. HEX triplet: EE, CC and E6. RGB value is (238,204,230). Sum of RGB (Red+Green+Blue) = 238+204+230=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCE6 is #113319. Grayscale: #D9D9D9. Windows color (decimal): -1127194 or 15125742. OLE color: 15125742.

HSL color Cylindrical-coordinate representation of color #EECCE6: hue angle of 314.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCE6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238204230-
CMYK00.140.030.07
HSL314.12º50%86.67%-
HSV(B)314.12º14.29%93.33%-
XYZ71.1467.0884.06-
YUV217.13135.26142.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=35.42%
G=30.36%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820423000.140.030.07314.125086.67
HexEECCE60E3713a3257
Octal3563143460163747262127
Binary11101110110011001110011001110111111001110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCE6; }

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

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

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

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

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

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

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

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