#EECAEC

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

Shades of Snuff #EECAEC

Tints of Snuff #EECAEC

Color information

#EECAEC (or 0xEECAEC) is unknown color: approx Snuff. HEX triplet: EE, CA and EC. RGB value is (238,202,236). Sum of RGB (Red+Green+Blue) = 238+202+236=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEC is #113513. Grayscale: #D8D8D8. Windows color (decimal): -1127700 or 15518446. OLE color: 15518446.

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

Color convert

RGB238202236-
CMYK00.150.010.07
HSL303.33º51.43%86.27%-
HSV(B)303.33º15.13%93.33%-
XYZ71.5266.4788.42-
YUV216.64138.93143.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=35.21%
G=29.88%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820223600.150.010.07303.3351.4386.27
HexEECAEC0F1712f3356
Octal3563123540171745763126
Binary1110111011001010111011000111111111001011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAEC; }

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

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

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

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

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

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

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

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