#EBCCE8

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

Shades of Snuff #EBCCE8

Tints of Snuff #EBCCE8

Color information

#EBCCE8 (or 0xEBCCE8) is unknown color: approx Snuff. HEX triplet: EB, CC and E8. RGB value is (235,204,232). Sum of RGB (Red+Green+Blue) = 235+204+232=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCE8 is #143317. Grayscale: #D8D8D8. Windows color (decimal): -1323800 or 15256811. OLE color: 15256811.

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

Color convert

RGB235204232-
CMYK00.130.010.08
HSL305.81º43.66%86.08%-
HSV(B)305.81º13.19%92.16%-
XYZ70.4266.6785.5-
YUV216.46136.77141.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 232 (91.02% from 255) = 34.58%
R=35.02%
G=30.40%
B=34.58%

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
Decimal23520423200.130.010.08305.8143.6686.08
HexEBCCE80D181322c56
Octal35331435001511046254126
Binary11101011110011001110100001101110001001100101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCE8; }

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

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

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

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

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

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

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

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