#EDE6EB

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

Shades of Snuff #EDE6EB

Tints of Snuff #EDE6EB

Color information

#EDE6EB (or 0xEDE6EB) is unknown color: approx Snuff. HEX triplet: ED, E6 and EB. RGB value is (237,230,235). Sum of RGB (Red+Green+Blue) = 237+230+235=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6EB is #121914. Grayscale: #E8E8E8. Windows color (decimal): -1186069 or 15460077. OLE color: 15460077.

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

Color convert

RGB237230235-
CMYK00.030.010.07
HSL317.14º16.28%91.57%-
HSV(B)317.14º2.95%92.94%-
XYZ78.2280.690.03-
YUV232.66129.32131.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=33.76%
G=32.76%
B=33.48%

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
Decimal23723023500.030.010.07317.1416.2891.57
HexEDE6EB031713d105c
Octal355346353031747520134
Binary1110110111100110111010110111111100111101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6EB; }

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

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

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

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

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

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

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

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