#EEBFF2

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

Shades of Snuff #EEBFF2

Tints of Snuff #EEBFF2

Color information

#EEBFF2 (or 0xEEBFF2) is unknown color: approx Snuff. HEX triplet: EE, BF and F2. RGB value is (238,191,242). Sum of RGB (Red+Green+Blue) = 238+191+242=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF2 is #11400D. Grayscale: #D2D2D2. Windows color (decimal): -1130510 or 15908846. OLE color: 15908846.

HSL color Cylindrical-coordinate representation of color #EEBFF2: hue angle of 295.29º degrees, saturation: 0.66, 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 #EEBFF2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238191242-
CMYK0.020.2100.05
HSL295.29º66.23%84.9%-
HSV(B)295.29º21.07%94.9%-
XYZ69.9261.8592.26-
YUV210.87145.57147.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 191 (75% from 255) = 28.46%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=35.47%
G=28.46%
B=36.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381912420.020.2100.05295.2966.2384.9
HexEEBFF2215051274255
Octal35627736222505447102125
Binary1110111010111111111100101010101010110010011110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFF2; }

 p { color: rgb(238,191,242); }

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

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

 a { background-color: rgb(238,191,242); }

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

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

 span { border-color: rgb(238,191,242); }

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