#EBCBF0

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

Shades of Snuff #EBCBF0

Tints of Snuff #EBCBF0

Color information

#EBCBF0 (or 0xEBCBF0) is unknown color: approx Snuff. HEX triplet: EB, CB and F0. RGB value is (235,203,240). Sum of RGB (Red+Green+Blue) = 235+203+240=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF0 is #14340F. Grayscale: #D8D8D8. Windows color (decimal): -1324048 or 15780843. OLE color: 15780843.

HSL color Cylindrical-coordinate representation of color #EBCBF0: hue angle of 291.89º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCBF0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235203240-
CMYK0.020.1500.06
HSL291.89º55.22%86.86%-
HSV(B)291.89º15.42%94.12%-
XYZ71.3566.6791.55-
YUV216.79141.1140.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 203 (79.69% from 255) = 29.94%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=34.66%
G=29.94%
B=35.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352032400.020.1500.06291.8955.2286.86
HexEBCBF02F061243757
Octal3533133602170644467127
Binary11101011110010111111000010111101101001001001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBF0; }

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

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

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

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

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

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

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

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