#EECAE9

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

Shades of Snuff #EECAE9

Tints of Snuff #EECAE9

Color information

#EECAE9 (or 0xEECAE9) is unknown color: approx Snuff. HEX triplet: EE, CA and E9. RGB value is (238,202,233). Sum of RGB (Red+Green+Blue) = 238+202+233=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAE9 is #113516. Grayscale: #D8D8D8. Windows color (decimal): -1127703 or 15321838. OLE color: 15321838.

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

Color convert

RGB238202233-
CMYK00.150.020.07
HSL308.33º51.43%86.27%-
HSV(B)308.33º15.13%93.33%-
XYZ71.0966.386.14-
YUV216.3137.43143.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 202 (79.30% from 255) = 30.01%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=35.36%
G=30.01%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820223300.150.020.07308.3351.4386.27
HexEECAE90F271343356
Octal3563123510172746463126
Binary11101110110010101110100101111101111001101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAE9; }

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

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

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

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

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

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

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

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