#EEBEF1

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

Shades of Snuff #EEBEF1

Tints of Snuff #EEBEF1

Color information

#EEBEF1 (or 0xEEBEF1) is unknown color: approx Snuff. HEX triplet: EE, BE and F1. RGB value is (238,190,241). Sum of RGB (Red+Green+Blue) = 238+190+241=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEF1 is #11410E. Grayscale: #D2D2D2. Windows color (decimal): -1130767 or 15843054. OLE color: 15843054.

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

Color convert

RGB238190241-
CMYK0.010.2100.05
HSL296.47º64.56%84.51%-
HSV(B)296.47º21.16%94.51%-
XYZ69.5561.3591.4-
YUV210.17145.4147.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 190 (74.61% from 255) = 28.40%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=35.58%
G=28.40%
B=36.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381902410.010.2100.05296.4764.5684.51
HexEEBEF1115051284155
Octal35627636112505450101125
Binary111011101011111011110001110101010110010100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEF1; }

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

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

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

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

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

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

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

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