#EDE5EB

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

Shades of Snuff #EDE5EB

Tints of Snuff #EDE5EB

Color information

#EDE5EB (or 0xEDE5EB) is unknown color: approx Snuff. HEX triplet: ED, E5 and EB. RGB value is (237,229,235). Sum of RGB (Red+Green+Blue) = 237+229+235=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5EB is #121A14. Grayscale: #E8E8E8. Windows color (decimal): -1186325 or 15459821. OLE color: 15459821.

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

Color convert

RGB237229235-
CMYK00.030.010.07
HSL315º18.18%91.37%-
HSV(B)315º3.38%92.94%-
XYZ77.9480.0489.94-
YUV232.08129.65131.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=33.81%
G=32.67%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722923500.030.010.0731518.1891.37
HexEDE5EB031713b125b
Octal355345353031747322133
Binary1110110111100101111010110111111100111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5EB; }

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

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

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

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

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

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

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

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