#EBBFF1

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

Shades of Snuff #EBBFF1

Tints of Snuff #EBBFF1

Color information

#EBBFF1 (or 0xEBBFF1) is unknown color: approx Snuff. HEX triplet: EB, BF and F1. RGB value is (235,191,241). Sum of RGB (Red+Green+Blue) = 235+191+241=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF1 is #14400E. Grayscale: #D1D1D1. Windows color (decimal): -1327119 or 15843307. OLE color: 15843307.

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

Color convert

RGB235191241-
CMYK0.020.2100.05
HSL292.8º64.1%84.71%-
HSV(B)292.8º20.75%94.51%-
XYZ68.7761.2791.42-
YUV209.86145.58145.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=35.23%
G=28.64%
B=36.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351912410.020.2100.05292.864.184.71
HexEBBFF1215051254055
Octal35327736122505445100125
Binary1110101110111111111100011010101010110010010110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFF1; }

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

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

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

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

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

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

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

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