#EEDBE9

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

Shades of Snuff #EEDBE9

Tints of Snuff #EEDBE9

Color information

#EEDBE9 (or 0xEEDBE9) is unknown color: approx Snuff. HEX triplet: EE, DB and E9. RGB value is (238,219,233). Sum of RGB (Red+Green+Blue) = 238+219+233=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBE9 is #112416. Grayscale: #E2E2E2. Windows color (decimal): -1123351 or 15326190. OLE color: 15326190.

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

Color convert

RGB238219233-
CMYK00.080.020.07
HSL315.79º35.85%89.61%-
HSV(B)315.79º7.98%93.33%-
XYZ75.374.7287.55-
YUV226.28131.79136.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=34.49%
G=31.74%
B=33.77%

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
Decimal23821923300.080.020.07315.7935.8589.61
HexEEDBE9082713c245a
Octal3563333510102747444132
Binary11101110110110111110100101000101111001111001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBE9; }

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

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

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

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

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

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

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

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