#EACBEF

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

Shades of Snuff #EACBEF

Tints of Snuff #EACBEF

Color information

#EACBEF (or 0xEACBEF) is unknown color: approx Snuff. HEX triplet: EA, CB and EF. RGB value is (234,203,239). Sum of RGB (Red+Green+Blue) = 234+203+239=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #EACBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBEF is #153410. Grayscale: #D8D8D8. Windows color (decimal): -1389585 or 15715306. OLE color: 15715306.

HSL color Cylindrical-coordinate representation of color #EACBEF: hue angle of 291.67º degrees, saturation: 0.53, 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 #EACBEF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234203239-
CMYK0.020.1500.06
HSL291.67º52.94%86.67%-
HSV(B)291.67º15.06%93.73%-
XYZ70.8766.4490.75-
YUV216.37140.77140.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 203 (79.69% from 255) = 30.03%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=34.62%
G=30.03%
B=35.36%

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
Decimal2342032390.020.1500.06291.6752.9486.67
HexEACBEF2F061243557
Octal3523133572170644465127
Binary11101010110010111110111110111101101001001001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBEF; }

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

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

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

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

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

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

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

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