#EAC7EB

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

Shades of Snuff #EAC7EB

Tints of Snuff #EAC7EB

Color information

#EAC7EB (or 0xEAC7EB) is unknown color: approx Snuff. HEX triplet: EA, C7 and EB. RGB value is (234,199,235). Sum of RGB (Red+Green+Blue) = 234+199+235=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7EB is #153814. Grayscale: #D5D5D5. Windows color (decimal): -1390613 or 15452138. OLE color: 15452138.

HSL color Cylindrical-coordinate representation of color #EAC7EB: hue angle of 298.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC7EB is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234199235-
CMYK0.000.1500.08
HSL298.33º47.37%85.1%-
HSV(B)298.33º15.32%92.16%-
XYZ69.3564.3487.36-
YUV213.57140.1142.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 199 (78.12% from 255) = 29.79%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=35.03%
G=29.79%
B=35.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341992350.000.1500.08298.3347.3785.1
HexEAC7EB0F0812a2f55
Octal35230735301701045257125
Binary11101010110001111110101101111010001001010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7EB; }

 p { color: rgb(234,199,235); }

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

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

 a { background-color: rgb(234,199,235); }

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

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

 span { border-color: rgb(234,199,235); }

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