#EBBEEE

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

Shades of Snuff #EBBEEE

Tints of Snuff #EBBEEE

Color information

#EBBEEE (or 0xEBBEEE) is unknown color: approx Snuff. HEX triplet: EB, BE and EE. RGB value is (235,190,238). Sum of RGB (Red+Green+Blue) = 235+190+238=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBBEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEEE is #144111. Grayscale: #D0D0D0. Windows color (decimal): -1327378 or 15646443. OLE color: 15646443.

HSL color Cylindrical-coordinate representation of color #EBBEEE: hue angle of 296.25º degrees, saturation: 0.59, 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 #EBBEEE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235190238-
CMYK0.010.2000.07
HSL296.25º58.54%83.92%-
HSV(B)296.25º20.17%93.33%-
XYZ68.1160.6689.01-
YUV208.93144.41146.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 190 (74.61% from 255) = 28.66%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=35.44%
G=28.66%
B=35.90%

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
Decimal2351902380.010.2000.07296.2558.5483.92
HexEBBEEE114071283b54
Octal3532763561240745073124
Binary11101011101111101110111011010001111001010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEEE; }

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

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

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

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

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

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

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

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