#EED2EB

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

Shades of Snuff #EED2EB

Tints of Snuff #EED2EB

Color information

#EED2EB (or 0xEED2EB) is unknown color: approx Snuff. HEX triplet: EE, D2 and EB. RGB value is (238,210,235). Sum of RGB (Red+Green+Blue) = 238+210+235=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2EB is #112D14. Grayscale: #DDDDDD. Windows color (decimal): -1125653 or 15454958. OLE color: 15454958.

HSL color Cylindrical-coordinate representation of color #EED2EB: hue angle of 306.43º degrees, saturation: 0.45, 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 #EED2EB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238210235-
CMYK00.120.010.07
HSL306.43º45.16%87.84%-
HSV(B)306.43º11.76%93.33%-
XYZ73.370.2788.3-
YUV221.22135.78139.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=34.85%
G=30.75%
B=34.41%

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
Decimal23821023500.120.010.07306.4345.1687.84
HexEED2EB0C171322d58
Octal3563223530141746255130
Binary1110111011010010111010110110011111001100101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2EB; }

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

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

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

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

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

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

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

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