#EED8EA

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

Shades of Snuff #EED8EA

Tints of Snuff #EED8EA

Color information

#EED8EA (or 0xEED8EA) is unknown color: approx Snuff. HEX triplet: EE, D8 and EA. RGB value is (238,216,234). Sum of RGB (Red+Green+Blue) = 238+216+234=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8EA is #112715. Grayscale: #E0E0E0. Windows color (decimal): -1124118 or 15390958. OLE color: 15390958.

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

Color convert

RGB238216234-
CMYK00.090.020.07
HSL310.91º39.29%89.02%-
HSV(B)310.91º9.24%93.33%-
XYZ74.6773.2388.04-
YUV224.63133.29137.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=34.59%
G=31.40%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821623400.090.020.07310.9139.2989.02
HexEED8EA09271372759
Octal3563303520112746747131
Binary11101110110110001110101001001101111001101111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8EA; }

 p { color: rgb(238,216,234); }

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

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

 a { background-color: rgb(238,216,234); }

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

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

 span { border-color: rgb(238,216,234); }

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