#EED1F1

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

Shades of Snuff #EED1F1

Tints of Snuff #EED1F1

Color information

#EED1F1 (or 0xEED1F1) is unknown color: approx Snuff. HEX triplet: EE, D1 and F1. RGB value is (238,209,241). Sum of RGB (Red+Green+Blue) = 238+209+241=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1F1 is #112E0E. Grayscale: #DDDDDD. Windows color (decimal): -1125903 or 15847918. OLE color: 15847918.

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

Color convert

RGB238209241-
CMYK0.010.1300.05
HSL294.38º53.33%88.24%-
HSV(B)294.38º13.28%94.51%-
XYZ73.9470.1392.86-
YUV221.32139.11139.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 209 (82.03% from 255) = 30.38%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=34.59%
G=30.38%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382092410.010.1300.05294.3853.3388.24
HexEED1F11D051263558
Octal3563213611150544665130
Binary1110111011010001111100011110101011001001101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1F1; }

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

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

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

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

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

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

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

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