#EDDBE9

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

Shades of Snuff #EDDBE9

Tints of Snuff #EDDBE9

Color information

#EDDBE9 (or 0xEDDBE9) is unknown color: approx Snuff. HEX triplet: ED, DB and E9. RGB value is (237,219,233). Sum of RGB (Red+Green+Blue) = 237+219+233=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBE9 is #122416. Grayscale: #E1E1E1. Windows color (decimal): -1188887 or 15326189. OLE color: 15326189.

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

Color convert

RGB237219233-
CMYK00.080.020.07
HSL313.33º33.33%89.41%-
HSV(B)313.33º7.59%92.94%-
XYZ74.9674.5587.53-
YUV225.98131.96135.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 233 (91.41% from 255) = 33.82%
R=34.40%
G=31.79%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721923300.080.020.07313.3333.3389.41
HexEDDBE908271392159
Octal3553333510102747141131
Binary11101101110110111110100101000101111001110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBE9; }

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

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

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

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

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

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

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

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