#EECEE8

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

Shades of Snuff #EECEE8

Tints of Snuff #EECEE8

Color information

#EECEE8 (or 0xEECEE8) is unknown color: approx Snuff. HEX triplet: EE, CE and E8. RGB value is (238,206,232). Sum of RGB (Red+Green+Blue) = 238+206+232=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEE8 is #113117. Grayscale: #DADADA. Windows color (decimal): -1126680 or 15257326. OLE color: 15257326.

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

Color convert

RGB238206232-
CMYK00.130.030.07
HSL311.25º48.48%87.06%-
HSV(B)311.25º13.45%93.33%-
XYZ71.968.1585.71-
YUV218.53135.6141.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=35.21%
G=30.47%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820623200.130.030.07311.2548.4887.06
HexEECEE80D371373057
Octal3563163500153746760127
Binary11101110110011101110100001101111111001101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEE8; }

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

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

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

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

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

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

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

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