#EED3F1

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

Shades of Snuff #EED3F1

Tints of Snuff #EED3F1

Color information

#EED3F1 (or 0xEED3F1) is unknown color: approx Snuff. HEX triplet: EE, D3 and F1. RGB value is (238,211,241). Sum of RGB (Red+Green+Blue) = 238+211+241=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3F1 is #112C0E. Grayscale: #DEDEDE. Windows color (decimal): -1125391 or 15848430. OLE color: 15848430.

HSL color Cylindrical-coordinate representation of color #EED3F1: hue angle of 294º degrees, saturation: 0.52, 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 #EED3F1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238211241-
CMYK0.010.1200.05
HSL294º51.72%88.63%-
HSV(B)294º12.45%94.51%-
XYZ74.4371.1293.02-
YUV222.49138.45139.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 211 (82.81% from 255) = 30.58%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=34.49%
G=30.58%
B=34.93%

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
Decimal2382112410.010.1200.0529451.7288.63
HexEED3F11C051263459
Octal3563233611140544664131
Binary1110111011010011111100011110001011001001101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3F1; }

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

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

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

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

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

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

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

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