#EECCE8

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

Shades of Snuff #EECCE8

Tints of Snuff #EECCE8

Color information

#EECCE8 (or 0xEECCE8) is unknown color: approx Snuff. HEX triplet: EE, CC and E8. RGB value is (238,204,232). Sum of RGB (Red+Green+Blue) = 238+204+232=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCE8 is #113317. Grayscale: #D9D9D9. Windows color (decimal): -1127192 or 15256814. OLE color: 15256814.

HSL color Cylindrical-coordinate representation of color #EECCE8: hue angle of 310.59º 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 #EECCE8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238204232-
CMYK00.140.030.07
HSL310.59º50%86.67%-
HSV(B)310.59º14.29%93.33%-
XYZ71.4267.1985.55-
YUV217.36136.26142.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 232 (91.02% from 255) = 34.42%
R=35.31%
G=30.27%
B=34.42%

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
Decimal23820423200.140.030.07310.595086.67
HexEECCE80E371373257
Octal3563143500163746762127
Binary11101110110011001110100001110111111001101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCE8; }

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

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

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

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

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

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

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

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