#EED8E8

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

Shades of Snuff #EED8E8

Tints of Snuff #EED8E8

Color information

#EED8E8 (or 0xEED8E8) is unknown color: approx Snuff. HEX triplet: EE, D8 and E8. RGB value is (238,216,232). Sum of RGB (Red+Green+Blue) = 238+216+232=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8E8 is #112717. Grayscale: #E0E0E0. Windows color (decimal): -1124120 or 15259886. OLE color: 15259886.

HSL color Cylindrical-coordinate representation of color #EED8E8: hue angle of 316.36º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED8E8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238216232-
CMYK00.090.030.07
HSL316.36º39.29%89.02%-
HSV(B)316.36º9.24%93.33%-
XYZ74.3873.1286.54-
YUV224.4132.29137.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=34.69%
G=31.49%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821623200.090.030.07316.3639.2989.02
HexEED8E8093713c2759
Octal3563303500113747447131
Binary11101110110110001110100001001111111001111001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8E8; }

 p { color: rgb(238,216,232); }

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

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

 a { background-color: rgb(238,216,232); }

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

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

 span { border-color: rgb(238,216,232); }

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