#EED1EB

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

Shades of Snuff #EED1EB

Tints of Snuff #EED1EB

Color information

#EED1EB (or 0xEED1EB) is unknown color: approx Snuff. HEX triplet: EE, D1 and EB. RGB value is (238,209,235). Sum of RGB (Red+Green+Blue) = 238+209+235=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1EB is #112E14. Grayscale: #DCDCDC. Windows color (decimal): -1125909 or 15454702. OLE color: 15454702.

HSL color Cylindrical-coordinate representation of color #EED1EB: hue angle of 306.21º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1EB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238209235-
CMYK00.120.010.07
HSL306.21º46.03%87.65%-
HSV(B)306.21º12.18%93.33%-
XYZ73.0669.7888.21-
YUV220.63136.11140.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 209 (82.03% from 255) = 30.65%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=34.90%
G=30.65%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820923500.120.010.07306.2146.0387.65
HexEED1EB0C171322e58
Octal3563213530141746256130
Binary1110111011010001111010110110011111001100101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1EB; }

 p { color: rgb(238,209,235); }

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

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

 a { background-color: rgb(238,209,235); }

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

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

 span { border-color: rgb(238,209,235); }

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