#EED4F1

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

Shades of Snuff #EED4F1

Tints of Snuff #EED4F1

Color information

#EED4F1 (or 0xEED4F1) is unknown color: approx Snuff. HEX triplet: EE, D4 and F1. RGB value is (238,212,241). Sum of RGB (Red+Green+Blue) = 238+212+241=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 212 (83.20% from 255 or 30.68% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4F1 is #112B0E. Grayscale: #DEDEDE. Windows color (decimal): -1125135 or 15848686. OLE color: 15848686.

HSL color Cylindrical-coordinate representation of color #EED4F1: hue angle of 293.79º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED4F1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238212241-
CMYK0.010.1200.05
HSL293.79º50.88%88.82%-
HSV(B)293.79º12.03%94.51%-
XYZ74.6871.6193.11-
YUV223.08138.11138.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 212 (83.20% from 255) = 30.68%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=34.44%
G=30.68%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382122410.010.1200.05293.7950.8888.82
HexEED4F11C051263359
Octal3563243611140544663131
Binary1110111011010100111100011110001011001001101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4F1; }

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

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

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

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

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

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

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

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