#EEDBED

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

Shades of Snuff #EEDBED

Tints of Snuff #EEDBED

Color information

#EEDBED (or 0xEEDBED) is unknown color: approx Snuff. HEX triplet: EE, DB and ED. RGB value is (238,219,237). Sum of RGB (Red+Green+Blue) = 238+219+237=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBED is #112412. Grayscale: #E2E2E2. Windows color (decimal): -1123347 or 15588334. OLE color: 15588334.

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

Color convert

RGB238219237-
CMYK00.080.000.07
HSL303.16º35.85%89.61%-
HSV(B)303.16º7.98%93.33%-
XYZ75.8874.9590.59-
YUV226.73133.79136.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=34.29%
G=31.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821923700.080.000.07303.1635.8589.61
HexEEDBED080712f245a
Octal3563333550100745744132
Binary1110111011011011111011010100001111001011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBED; }

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

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

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

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

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

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

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

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