#EDDBE8

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

Shades of Snuff #EDDBE8

Tints of Snuff #EDDBE8

Color information

#EDDBE8 (or 0xEDDBE8) is unknown color: approx Snuff. HEX triplet: ED, DB and E8. RGB value is (237,219,232). Sum of RGB (Red+Green+Blue) = 237+219+232=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBE8 is #122417. Grayscale: #E1E1E1. Windows color (decimal): -1188888 or 15260653. OLE color: 15260653.

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

Color convert

RGB237219232-
CMYK00.080.020.07
HSL316.67º33.33%89.41%-
HSV(B)316.67º7.59%92.94%-
XYZ74.8274.4986.78-
YUV225.86131.46135.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 232 (91.02% from 255) = 33.72%
R=34.45%
G=31.83%
B=33.72%

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
Decimal23721923200.080.020.07316.6733.3389.41
HexEDDBE8082713d2159
Octal3553333500102747541131
Binary11101101110110111110100001000101111001111011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBE8; }

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

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

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

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

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

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

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

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