#EECAE7

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

Shades of Snuff #EECAE7

Tints of Snuff #EECAE7

Color information

#EECAE7 (or 0xEECAE7) is unknown color: approx Snuff. HEX triplet: EE, CA and E7. RGB value is (238,202,231). Sum of RGB (Red+Green+Blue) = 238+202+231=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAE7 is #113518. Grayscale: #D7D7D7. Windows color (decimal): -1127705 or 15190766. OLE color: 15190766.

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

Color convert

RGB238202231-
CMYK00.150.030.07
HSL311.67º51.43%86.27%-
HSV(B)311.67º15.13%93.33%-
XYZ70.866.1984.65-
YUV216.07136.43143.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=35.47%
G=30.10%
B=34.43%

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
Decimal23820223100.150.030.07311.6751.4386.27
HexEECAE70F371383356
Octal3563123470173747063126
Binary11101110110010101110011101111111111001110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAE7; }

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

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

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

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

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

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

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

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