#EACBED

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

Shades of Snuff #EACBED

Tints of Snuff #EACBED

Color information

#EACBED (or 0xEACBED) is unknown color: approx Snuff. HEX triplet: EA, CB and ED. RGB value is (234,203,237). Sum of RGB (Red+Green+Blue) = 234+203+237=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #EACBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBED is #153412. Grayscale: #D8D8D8. Windows color (decimal): -1389587 or 15584234. OLE color: 15584234.

HSL color Cylindrical-coordinate representation of color #EACBED: hue angle of 294.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACBED is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234203237-
CMYK0.010.1400.07
HSL294.71º48.57%86.27%-
HSV(B)294.71º14.35%92.94%-
XYZ70.5766.3289.2-
YUV216.14139.77140.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=34.72%
G=30.12%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342032370.010.1400.07294.7148.5786.27
HexEACBED1E071273156
Octal3523133551160744761126
Binary1110101011001011111011011111001111001001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBED; }

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

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

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

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

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

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

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

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