#EED2E7

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

Shades of Snuff #EED2E7

Tints of Snuff #EED2E7

Color information

#EED2E7 (or 0xEED2E7) is unknown color: approx Snuff. HEX triplet: EE, D2 and E7. RGB value is (238,210,231). Sum of RGB (Red+Green+Blue) = 238+210+231=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2E7 is #112D18. Grayscale: #DCDCDC. Windows color (decimal): -1125657 or 15192814. OLE color: 15192814.

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

Color convert

RGB238210231-
CMYK00.120.030.07
HSL315º45.16%87.84%-
HSV(B)315º11.76%93.33%-
XYZ72.7370.0485.29-
YUV220.77133.78140.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 210 (82.42% from 255) = 30.93%
BLUE value IS 231 (90.62% from 255) = 34.02%
R=35.05%
G=30.93%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821023100.120.030.0731545.1687.84
HexEED2E70C3713b2d58
Octal3563223470143747355130
Binary11101110110100101110011101100111111001110111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2E7; }

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

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

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

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

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

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

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

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