#EDDEEB

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

Shades of Snuff #EDDEEB

Tints of Snuff #EDDEEB

Color information

#EDDEEB (or 0xEDDEEB) is unknown color: approx Snuff. HEX triplet: ED, DE and EB. RGB value is (237,222,235). Sum of RGB (Red+Green+Blue) = 237+222+235=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEEB is #122114. Grayscale: #E3E3E3. Windows color (decimal): -1188117 or 15458029. OLE color: 15458029.

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

Color convert

RGB237222235-
CMYK00.060.010.07
HSL308º29.41%90%-
HSV(B)308º6.33%92.94%-
XYZ76.0476.2589.31-
YUV227.97131.97134.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=34.15%
G=31.99%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722223500.060.010.0730829.4190
HexEDDEEB06171341d5a
Octal355336353061746435132
Binary11101101110111101110101101101111100110100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEEB; }

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

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

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

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

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

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

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

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