#EEBEF0

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

Shades of Snuff #EEBEF0

Tints of Snuff #EEBEF0

Color information

#EEBEF0 (or 0xEEBEF0) is unknown color: approx Snuff. HEX triplet: EE, BE and F0. RGB value is (238,190,240). Sum of RGB (Red+Green+Blue) = 238+190+240=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEF0 is #11410F. Grayscale: #D1D1D1. Windows color (decimal): -1130768 or 15777518. OLE color: 15777518.

HSL color Cylindrical-coordinate representation of color #EEBEF0: hue angle of 297.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBEF0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238190240-
CMYK0.010.2100.06
HSL297.6º62.5%84.31%-
HSV(B)297.6º20.83%94.12%-
XYZ69.461.390.61-
YUV210.05144.9147.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 190 (74.61% from 255) = 28.44%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=35.63%
G=28.44%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381902400.010.2100.06297.662.584.31
HexEEBEF01150612a3e54
Octal3562763601250645276124
Binary11101110101111101111000011010101101001010101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEF0; }

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

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

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

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

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

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

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

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