#EBCAE8

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

Shades of Snuff #EBCAE8

Tints of Snuff #EBCAE8

Color information

#EBCAE8 (or 0xEBCAE8) is unknown color: approx Snuff. HEX triplet: EB, CA and E8. RGB value is (235,202,232). Sum of RGB (Red+Green+Blue) = 235+202+232=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAE8 is #143517. Grayscale: #D7D7D7. Windows color (decimal): -1324312 or 15256299. OLE color: 15256299.

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

Color convert

RGB235202232-
CMYK00.140.010.08
HSL305.45º45.21%85.69%-
HSV(B)305.45º14.04%92.16%-
XYZ69.9565.7385.34-
YUV215.29137.43142.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=35.13%
G=30.19%
B=34.68%

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
Decimal23520223200.140.010.08305.4545.2185.69
HexEBCAE80E181312d56
Octal35331235001611046155126
Binary11101011110010101110100001110110001001100011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE8; }

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

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

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

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

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

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

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

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