#EEBCF0

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

Shades of Snuff #EEBCF0

Tints of Snuff #EEBCF0

Color information

#EEBCF0 (or 0xEEBCF0) is unknown color: approx Snuff. HEX triplet: EE, BC and F0. RGB value is (238,188,240). Sum of RGB (Red+Green+Blue) = 238+188+240=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF0 is #11430F. Grayscale: #D0D0D0. Windows color (decimal): -1131280 or 15777006. OLE color: 15777006.

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

Color convert

RGB238188240-
CMYK0.010.2200.06
HSL297.69º63.41%83.92%-
HSV(B)297.69º21.67%94.12%-
XYZ68.9760.4390.47-
YUV208.88145.56148.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 188 (73.83% from 255) = 28.23%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=35.74%
G=28.23%
B=36.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381882400.010.2200.06297.6963.4183.92
HexEEBCF01160612a3f54
Octal3562743601260645277124
Binary11101110101111001111000011011001101001010101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCF0; }

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

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

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

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

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

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

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

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