#EEBCF1

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

Shades of Snuff #EEBCF1

Tints of Snuff #EEBCF1

Color information

#EEBCF1 (or 0xEEBCF1) is unknown color: approx Snuff. HEX triplet: EE, BC and F1. RGB value is (238,188,241). Sum of RGB (Red+Green+Blue) = 238+188+241=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF1 is #11430E. Grayscale: #D0D0D0. Windows color (decimal): -1131279 or 15842542. OLE color: 15842542.

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

Color convert

RGB238188241-
CMYK0.010.2200.05
HSL296.6º65.43%84.12%-
HSV(B)296.6º21.99%94.51%-
XYZ69.1260.4991.25-
YUV208.99146.06148.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=35.68%
G=28.19%
B=36.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381882410.010.2200.05296.665.4384.12
HexEEBCF1116051294154
Octal35627436112605451101124
Binary111011101011110011110001110110010110010100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCF1; }

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

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

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

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

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

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

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

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