#EACBE5

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

Shades of Snuff #EACBE5

Tints of Snuff #EACBE5

Color information

#EACBE5 (or 0xEACBE5) is unknown color: approx Snuff. HEX triplet: EA, CB and E5. RGB value is (234,203,229). Sum of RGB (Red+Green+Blue) = 234+203+229=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBE5 is #15341A. Grayscale: #D7D7D7. Windows color (decimal): -1389595 or 15059946. OLE color: 15059946.

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

Color convert

RGB234203229-
CMYK00.130.020.08
HSL309.68º42.47%85.69%-
HSV(B)309.68º13.25%91.76%-
XYZ69.4365.8683.18-
YUV215.23135.77141.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=35.14%
G=30.48%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420322900.130.020.08309.6842.4785.69
HexEACBE50D281362a56
Octal35231334501521046652126
Binary111010101100101111100101011011010001001101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBE5; }

 p { color: rgb(234,203,229); }

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

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

 a { background-color: rgb(234,203,229); }

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

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

 span { border-color: rgb(234,203,229); }

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