#EAC2EB

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

Shades of Snuff #EAC2EB

Tints of Snuff #EAC2EB

Color information

#EAC2EB (or 0xEAC2EB) is unknown color: approx Snuff. HEX triplet: EA, C2 and EB. RGB value is (234,194,235). Sum of RGB (Red+Green+Blue) = 234+194+235=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2EB is #153D14. Grayscale: #D2D2D2. Windows color (decimal): -1391893 or 15450858. OLE color: 15450858.

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

Color convert

RGB234194235-
CMYK0.000.1700.08
HSL298.54º50.62%84.12%-
HSV(B)298.54º17.45%92.16%-
XYZ68.2262.0786.98-
YUV210.63141.75144.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 194 (76.17% from 255) = 29.26%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=35.29%
G=29.26%
B=35.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341942350.000.1700.08298.5450.6284.12
HexEAC2EB0110812b3354
Octal35230235302101045363124
Binary111010101100001011101011010001010001001010111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2EB; }

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

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

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

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

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

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

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

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