#EECAED

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

Shades of Snuff #EECAED

Tints of Snuff #EECAED

Color information

#EECAED (or 0xEECAED) is unknown color: approx Snuff. HEX triplet: EE, CA and ED. RGB value is (238,202,237). Sum of RGB (Red+Green+Blue) = 238+202+237=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAED is #113512. Grayscale: #D8D8D8. Windows color (decimal): -1127699 or 15583982. OLE color: 15583982.

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

Color convert

RGB238202237-
CMYK00.150.000.07
HSL301.67º51.43%86.27%-
HSV(B)301.67º15.13%93.33%-
XYZ71.6766.5389.19-
YUV216.75139.43143.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=35.16%
G=29.84%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820223700.150.000.07301.6751.4386.27
HexEECAED0F0712e3356
Octal3563123550170745663126
Binary1110111011001010111011010111101111001011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAED; }

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

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

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

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

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

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

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

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