#EED4EF

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

Shades of Snuff #EED4EF

Tints of Snuff #EED4EF

Color information

#EED4EF (or 0xEED4EF) is unknown color: approx Snuff. HEX triplet: EE, D4 and EF. RGB value is (238,212,239). Sum of RGB (Red+Green+Blue) = 238+212+239=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4EF is #112B10. Grayscale: #DEDEDE. Windows color (decimal): -1125137 or 15717614. OLE color: 15717614.

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

Color convert

RGB238212239-
CMYK0.000.1100.06
HSL297.78º45.76%88.43%-
HSV(B)297.78º11.3%93.73%-
XYZ74.3871.591.54-
YUV222.85137.11138.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 212 (83.20% from 255) = 30.77%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=34.54%
G=30.77%
B=34.69%

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
Decimal2382122390.000.1100.06297.7845.7688.43
HexEED4EF0B0612a2e58
Octal3563243570130645256130
Binary1110111011010100111011110101101101001010101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4EF; }

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

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

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

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

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

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

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

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