#EDDBED

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

Shades of Snuff #EDDBED

Tints of Snuff #EDDBED

Color information

#EDDBED (or 0xEDDBED) is unknown color: approx Snuff. HEX triplet: ED, DB and ED. RGB value is (237,219,237). Sum of RGB (Red+Green+Blue) = 237+219+237=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBED is #122412. Grayscale: #E2E2E2. Windows color (decimal): -1188883 or 15588333. OLE color: 15588333.

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

Color convert

RGB237219237-
CMYK00.0800.07
HSL300º33.33%89.41%-
HSV(B)300º7.59%92.94%-
XYZ75.5474.7890.57-
YUV226.43133.96135.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=34.20%
G=31.60%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721923700.0800.0730033.3389.41
HexEDDBED080712c2159
Octal3553333550100745441131
Binary1110110111011011111011010100001111001011001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBED; }

 p { color: rgb(237,219,237); }

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

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

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

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

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

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

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