#EDDAEB

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

Shades of Snuff #EDDAEB

Tints of Snuff #EDDAEB

Color information

#EDDAEB (or 0xEDDAEB) is unknown color: approx Snuff. HEX triplet: ED, DA and EB. RGB value is (237,218,235). Sum of RGB (Red+Green+Blue) = 237+218+235=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAEB is #122514. Grayscale: #E1E1E1. Windows color (decimal): -1189141 or 15457005. OLE color: 15457005.

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

Color convert

RGB237218235-
CMYK00.080.010.07
HSL306.32º34.55%89.22%-
HSV(B)306.32º8.02%92.94%-
XYZ74.9974.1588.96-
YUV225.62133.29136.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=34.35%
G=31.59%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721823500.080.010.07306.3234.5589.22
HexEDDAEB08171322359
Octal3553323530101746243131
Binary1110110111011010111010110100011111001100101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAEB; }

 p { color: rgb(237,218,235); }

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

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

 a { background-color: rgb(237,218,235); }

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

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

 span { border-color: rgb(237,218,235); }

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