#EDDEEA

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

Shades of Snuff #EDDEEA

Tints of Snuff #EDDEEA

Color information

#EDDEEA (or 0xEDDEEA) is unknown color: approx Snuff. HEX triplet: ED, DE and EA. RGB value is (237,222,234). Sum of RGB (Red+Green+Blue) = 237+222+234=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEEA is #122115. Grayscale: #E3E3E3. Windows color (decimal): -1188118 or 15392493. OLE color: 15392493.

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

Color convert

RGB237222234-
CMYK00.060.010.07
HSL312º29.41%90%-
HSV(B)312º6.33%92.94%-
XYZ75.976.1988.55-
YUV227.85131.47134.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=34.20%
G=32.03%
B=33.77%

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
Decimal23722223400.060.010.0731229.4190
HexEDDEEA06171381d5a
Octal355336352061747035132
Binary11101101110111101110101001101111100111000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEEA; }

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

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

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

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

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

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

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

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