#EBCAE9

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

Shades of Snuff #EBCAE9

Tints of Snuff #EBCAE9

Color information

#EBCAE9 (or 0xEBCAE9) is unknown color: approx Snuff. HEX triplet: EB, CA and E9. RGB value is (235,202,233). Sum of RGB (Red+Green+Blue) = 235+202+233=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAE9 is #143516. Grayscale: #D7D7D7. Windows color (decimal): -1324311 or 15321835. OLE color: 15321835.

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

Color convert

RGB235202233-
CMYK00.140.010.08
HSL303.64º45.21%85.69%-
HSV(B)303.64º14.04%92.16%-
XYZ70.0965.7986.09-
YUV215.4137.93141.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=35.07%
G=30.15%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520223300.140.010.08303.6445.2185.69
HexEBCAE90E181302d56
Octal35331235101611046055126
Binary11101011110010101110100101110110001001100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE9; }

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

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

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

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

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

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

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

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