#EBCAEA

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

Shades of Snuff #EBCAEA

Tints of Snuff #EBCAEA

Color information

#EBCAEA (or 0xEBCAEA) is unknown color: approx Snuff. HEX triplet: EB, CA and EA. RGB value is (235,202,234). Sum of RGB (Red+Green+Blue) = 235+202+234=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAEA is #143515. Grayscale: #D7D7D7. Windows color (decimal): -1324310 or 15387371. OLE color: 15387371.

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

Color convert

RGB235202234-
CMYK00.140.000.08
HSL301.82º45.21%85.69%-
HSV(B)301.82º14.04%92.16%-
XYZ70.2365.8486.85-
YUV215.52138.43141.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=35.02%
G=30.10%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520223400.140.000.08301.8245.2185.69
HexEBCAEA0E0812e2d56
Octal35331235201601045655126
Binary11101011110010101110101001110010001001011101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAEA; }

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

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

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

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

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

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

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

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