#EACBF0

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

Shades of Snuff #EACBF0

Tints of Snuff #EACBF0

Color information

#EACBF0 (or 0xEACBF0) is unknown color: approx Snuff. HEX triplet: EA, CB and F0. RGB value is (234,203,240). Sum of RGB (Red+Green+Blue) = 234+203+240=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #EACBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBF0 is #15340F. Grayscale: #D8D8D8. Windows color (decimal): -1389584 or 15780842. OLE color: 15780842.

HSL color Cylindrical-coordinate representation of color #EACBF0: hue angle of 290.27º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACBF0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234203240-
CMYK0.020.1500.06
HSL290.27º55.22%86.86%-
HSV(B)290.27º15.42%94.12%-
XYZ71.0266.591.53-
YUV216.49141.27140.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 203 (79.69% from 255) = 29.99%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=34.56%
G=29.99%
B=35.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342032400.020.1500.06290.2755.2286.86
HexEACBF02F061223757
Octal3523133602170644267127
Binary11101010110010111111000010111101101001000101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBF0; }

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

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

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

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

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

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

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

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