#EBCEEA

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

Shades of Snuff #EBCEEA

Tints of Snuff #EBCEEA

Color information

#EBCEEA (or 0xEBCEEA) is unknown color: approx Snuff. HEX triplet: EB, CE and EA. RGB value is (235,206,234). Sum of RGB (Red+Green+Blue) = 235+206+234=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEEA is #143115. Grayscale: #D9D9D9. Windows color (decimal): -1323286 or 15388395. OLE color: 15388395.

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

Color convert

RGB235206234-
CMYK00.120.000.08
HSL302.07º42.03%86.47%-
HSV(B)302.07º12.34%92.16%-
XYZ71.1867.7587.17-
YUV217.86137.11140.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=34.81%
G=30.52%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520623400.120.000.08302.0742.0386.47
HexEBCEEA0C0812e2a56
Octal35331635201401045652126
Binary11101011110011101110101001100010001001011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEEA; }

 p { color: rgb(235,206,234); }

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

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

 a { background-color: rgb(235,206,234); }

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

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

 span { border-color: rgb(235,206,234); }

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