#EBCAE6

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

Shades of Snuff #EBCAE6

Tints of Snuff #EBCAE6

Color information

#EBCAE6 (or 0xEBCAE6) is unknown color: approx Snuff. HEX triplet: EB, CA and E6. RGB value is (235,202,230). Sum of RGB (Red+Green+Blue) = 235+202+230=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAE6 is #143519. Grayscale: #D6D6D6. Windows color (decimal): -1324314 or 15125227. OLE color: 15125227.

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

Color convert

RGB235202230-
CMYK00.140.020.08
HSL309.09º45.21%85.69%-
HSV(B)309.09º14.04%92.16%-
XYZ69.6665.6283.86-
YUV215.06136.43142.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=35.23%
G=30.28%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520223000.140.020.08309.0945.2185.69
HexEBCAE60E281352d56
Octal35331234601621046555126
Binary111010111100101011100110011101010001001101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE6; }

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

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

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

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

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

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

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

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