#EEDBEA

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

Shades of Snuff #EEDBEA

Tints of Snuff #EEDBEA

Color information

#EEDBEA (or 0xEEDBEA) is unknown color: approx Snuff. HEX triplet: EE, DB and EA. RGB value is (238,219,234). Sum of RGB (Red+Green+Blue) = 238+219+234=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBEA is #112415. Grayscale: #E2E2E2. Windows color (decimal): -1123350 or 15391726. OLE color: 15391726.

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

Color convert

RGB238219234-
CMYK00.080.020.07
HSL312.63º35.85%89.61%-
HSV(B)312.63º7.98%93.33%-
XYZ75.4474.7888.3-
YUV226.39132.29136.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=34.44%
G=31.69%
B=33.86%

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
Decimal23821923400.080.020.07312.6335.8589.61
HexEEDBEA0827139245a
Octal3563333520102747144132
Binary11101110110110111110101001000101111001110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBEA; }

 p { color: rgb(238,219,234); }

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

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

 a { background-color: rgb(238,219,234); }

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

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

 span { border-color: rgb(238,219,234); }

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