#EBBEF0

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

Shades of Snuff #EBBEF0

Tints of Snuff #EBBEF0

Color information

#EBBEF0 (or 0xEBBEF0) is unknown color: approx Snuff. HEX triplet: EB, BE and F0. RGB value is (235,190,240). Sum of RGB (Red+Green+Blue) = 235+190+240=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEF0 is #14410F. Grayscale: #D1D1D1. Windows color (decimal): -1327376 or 15777515. OLE color: 15777515.

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

Color convert

RGB235190240-
CMYK0.020.2100.06
HSL294º62.5%84.31%-
HSV(B)294º20.83%94.12%-
XYZ68.460.7890.56-
YUV209.15145.41146.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 190 (74.61% from 255) = 28.57%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=35.34%
G=28.57%
B=36.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351902400.020.2100.0629462.584.31
HexEBBEF0215061263e54
Octal3532763602250644676124
Binary111010111011111011110000101010101101001001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEF0; }

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

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

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

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

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

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

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

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