#EEDCE9

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

Shades of Snuff #EEDCE9

Tints of Snuff #EEDCE9

Color information

#EEDCE9 (or 0xEEDCE9) is unknown color: approx Snuff. HEX triplet: EE, DC and E9. RGB value is (238,220,233). Sum of RGB (Red+Green+Blue) = 238+220+233=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCE9 is #112316. Grayscale: #E2E2E2. Windows color (decimal): -1123095 or 15326446. OLE color: 15326446.

HSL color Cylindrical-coordinate representation of color #EEDCE9: hue angle of 316.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCE9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238220233-
CMYK00.080.020.07
HSL316.67º34.62%89.8%-
HSV(B)316.67º7.56%93.33%-
XYZ75.5675.2587.63-
YUV226.86131.46135.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 233 (91.41% from 255) = 33.72%
R=34.44%
G=31.84%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822023300.080.020.07316.6734.6289.8
HexEEDCE9082713d235a
Octal3563343510102747543132
Binary11101110110111001110100101000101111001111011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCE9; }

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

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

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

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

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

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

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

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