#EED5EF

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

Shades of Snuff #EED5EF

Tints of Snuff #EED5EF

Color information

#EED5EF (or 0xEED5EF) is unknown color: approx Snuff. HEX triplet: EE, D5 and EF. RGB value is (238,213,239). Sum of RGB (Red+Green+Blue) = 238+213+239=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5EF is #112A10. Grayscale: #DFDFDF. Windows color (decimal): -1124881 or 15717870. OLE color: 15717870.

HSL color Cylindrical-coordinate representation of color #EED5EF: hue angle of 297.69º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED5EF is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238213239-
CMYK0.000.1100.06
HSL297.69º44.83%88.63%-
HSV(B)297.69º10.88%93.73%-
XYZ74.637291.62-
YUV223.44136.78138.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 213 (83.59% from 255) = 30.87%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=34.49%
G=30.87%
B=34.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382132390.000.1100.06297.6944.8388.63
HexEED5EF0B0612a2d59
Octal3563253570130645255131
Binary1110111011010101111011110101101101001010101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5EF; }

 p { color: rgb(238,213,239); }

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

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

 a { background-color: rgb(238,213,239); }

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

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

 span { border-color: rgb(238,213,239); }

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