#EBCCE9

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

Shades of Snuff #EBCCE9

Tints of Snuff #EBCCE9

Color information

#EBCCE9 (or 0xEBCCE9) is unknown color: approx Snuff. HEX triplet: EB, CC and E9. RGB value is (235,204,233). Sum of RGB (Red+Green+Blue) = 235+204+233=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCE9 is #143316. Grayscale: #D8D8D8. Windows color (decimal): -1323799 or 15322347. OLE color: 15322347.

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

Color convert

RGB235204233-
CMYK00.130.010.08
HSL303.87º43.66%86.08%-
HSV(B)303.87º13.19%92.16%-
XYZ70.5666.7386.25-
YUV216.58137.27141.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=34.97%
G=30.36%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520423300.130.010.08303.8743.6686.08
HexEBCCE90D181302c56
Octal35331435101511046054126
Binary11101011110011001110100101101110001001100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCE9; }

 p { color: rgb(235,204,233); }

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

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

 a { background-color: rgb(235,204,233); }

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

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

 span { border-color: rgb(235,204,233); }

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