#EECAE8

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

Shades of Snuff #EECAE8

Tints of Snuff #EECAE8

Color information

#EECAE8 (or 0xEECAE8) is unknown color: approx Snuff. HEX triplet: EE, CA and E8. RGB value is (238,202,232). Sum of RGB (Red+Green+Blue) = 238+202+232=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAE8 is #113517. Grayscale: #D8D8D8. Windows color (decimal): -1127704 or 15256302. OLE color: 15256302.

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

Color convert

RGB238202232-
CMYK00.150.030.07
HSL310º51.43%86.27%-
HSV(B)310º15.13%93.33%-
XYZ70.9566.2485.39-
YUV216.18136.93143.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=35.42%
G=30.06%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820223200.150.030.0731051.4386.27
HexEECAE80F371363356
Octal3563123500173746663126
Binary11101110110010101110100001111111111001101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAE8; }

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

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

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

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

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

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

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

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