#EBBFF2

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

Shades of Snuff #EBBFF2

Tints of Snuff #EBBFF2

Color information

#EBBFF2 (or 0xEBBFF2) is unknown color: approx Snuff. HEX triplet: EB, BF and F2. RGB value is (235,191,242). Sum of RGB (Red+Green+Blue) = 235+191+242=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF2 is #14400D. Grayscale: #D1D1D1. Windows color (decimal): -1327118 or 15908843. OLE color: 15908843.

HSL color Cylindrical-coordinate representation of color #EBBFF2: hue angle of 291.76º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBFF2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235191242-
CMYK0.030.2100.05
HSL291.76º66.23%84.9%-
HSV(B)291.76º21.07%94.9%-
XYZ68.9261.3392.21-
YUV209.97146.08145.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=35.18%
G=28.59%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351912420.030.2100.05291.7666.2384.9
HexEBBFF2315051244255
Octal35327736232505444102125
Binary1110101110111111111100101110101010110010010010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFF2; }

 p { color: rgb(235,191,242); }

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

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

 a { background-color: rgb(235,191,242); }

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

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

 span { border-color: rgb(235,191,242); }

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