#EAC6EB

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

Shades of Snuff #EAC6EB

Tints of Snuff #EAC6EB

Color information

#EAC6EB (or 0xEAC6EB) is unknown color: approx Snuff. HEX triplet: EA, C6 and EB. RGB value is (234,198,235). Sum of RGB (Red+Green+Blue) = 234+198+235=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAC6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6EB is #153914. Grayscale: #D4D4D4. Windows color (decimal): -1390869 or 15451882. OLE color: 15451882.

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

Color convert

RGB234198235-
CMYK0.000.1600.08
HSL298.38º48.05%84.9%-
HSV(B)298.38º15.74%92.16%-
XYZ69.1263.8887.28-
YUV212.98140.43142.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 198 (77.73% from 255) = 29.69%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=35.08%
G=29.69%
B=35.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341982350.000.1600.08298.3848.0584.9
HexEAC6EB0100812a3055
Octal35230635302001045260125
Binary111010101100011011101011010000010001001010101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6EB; }

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

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

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

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

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

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

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

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