#EBCBF1

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

Shades of Snuff #EBCBF1

Tints of Snuff #EBCBF1

Color information

#EBCBF1 (or 0xEBCBF1) is unknown color: approx Snuff. HEX triplet: EB, CB and F1. RGB value is (235,203,241). Sum of RGB (Red+Green+Blue) = 235+203+241=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBCBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF1 is #14340E. Grayscale: #D8D8D8. Windows color (decimal): -1324047 or 15846379. OLE color: 15846379.

HSL color Cylindrical-coordinate representation of color #EBCBF1: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBCBF1 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235203241-
CMYK0.020.1600.05
HSL290.53º57.58%87.06%-
HSV(B)290.53º15.77%94.51%-
XYZ71.4966.7292.33-
YUV216.9141.6140.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=34.61%
G=29.90%
B=35.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352032410.020.1600.05290.5357.5887.06
HexEBCBF1210051233a57
Octal3533133612200544372127
Binary111010111100101111110001101000001011001000111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBF1; }

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

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

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

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

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

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

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

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