#EBCBE6

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

Shades of Snuff #EBCBE6

Tints of Snuff #EBCBE6

Color information

#EBCBE6 (or 0xEBCBE6) is unknown color: approx Snuff. HEX triplet: EB, CB and E6. RGB value is (235,203,230). Sum of RGB (Red+Green+Blue) = 235+203+230=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBE6 is #143419. Grayscale: #D7D7D7. Windows color (decimal): -1324058 or 15125483. OLE color: 15125483.

HSL color Cylindrical-coordinate representation of color #EBCBE6: hue angle of 309.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBE6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235203230-
CMYK00.140.020.08
HSL309.38º44.44%85.88%-
HSV(B)309.38º13.62%92.16%-
XYZ69.966.0983.93-
YUV215.65136.1141.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=35.18%
G=30.39%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520323000.140.020.08309.3844.4485.88
HexEBCBE60E281352c56
Octal35331334601621046554126
Binary111010111100101111100110011101010001001101011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBE6; }

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

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

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

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

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

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

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

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