#EBBEED

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

Shades of Snuff #EBBEED

Tints of Snuff #EBBEED

Color information

#EBBEED (or 0xEBBEED) is unknown color: approx Snuff. HEX triplet: EB, BE and ED. RGB value is (235,190,237). Sum of RGB (Red+Green+Blue) = 235+190+237=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEED is #144112. Grayscale: #D0D0D0. Windows color (decimal): -1327379 or 15580907. OLE color: 15580907.

HSL color Cylindrical-coordinate representation of color #EBBEED: hue angle of 297.45º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBEED is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235190237-
CMYK0.010.2000.07
HSL297.45º56.63%83.73%-
HSV(B)297.45º19.83%92.94%-
XYZ67.9660.688.24-
YUV208.81143.91146.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 190 (74.61% from 255) = 28.70%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=35.50%
G=28.70%
B=35.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351902370.010.2000.07297.4556.6383.73
HexEBBEED114071293954
Octal3532763551240745171124
Binary11101011101111101110110111010001111001010011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEED; }

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

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

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

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

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

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

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

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