#EBCBE5

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

Shades of Snuff #EBCBE5

Tints of Snuff #EBCBE5

Color information

#EBCBE5 (or 0xEBCBE5) is unknown color: approx Snuff. HEX triplet: EB, CB and E5. RGB value is (235,203,229). Sum of RGB (Red+Green+Blue) = 235+203+229=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBE5 is #14341A. Grayscale: #D7D7D7. Windows color (decimal): -1324059 or 15059947. OLE color: 15059947.

HSL color Cylindrical-coordinate representation of color #EBCBE5: hue angle of 311.25º 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 #EBCBE5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235203229-
CMYK00.140.030.08
HSL311.25º44.44%85.88%-
HSV(B)311.25º13.62%92.16%-
XYZ69.7666.0383.2-
YUV215.53135.6141.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 229 (89.84% from 255) = 34.33%
R=35.23%
G=30.43%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520322900.140.030.08311.2544.4485.88
HexEBCBE50E381372c56
Octal35331334501631046754126
Binary111010111100101111100101011101110001001101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBE5; }

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

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

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

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

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

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

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

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