#EAC1EE

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

Shades of Snuff #EAC1EE

Tints of Snuff #EAC1EE

Color information

#EAC1EE (or 0xEAC1EE) is unknown color: approx Snuff. HEX triplet: EA, C1 and EE. RGB value is (234,193,238). Sum of RGB (Red+Green+Blue) = 234+193+238=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1EE is #153E11. Grayscale: #D2D2D2. Windows color (decimal): -1392146 or 15647210. OLE color: 15647210.

HSL color Cylindrical-coordinate representation of color #EAC1EE: hue angle of 294.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC1EE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234193238-
CMYK0.020.1900.07
HSL294.67º56.96%84.51%-
HSV(B)294.67º18.91%93.33%-
XYZ68.4361.8189.21-
YUV210.39143.58144.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 193 (75.78% from 255) = 29.02%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=35.19%
G=29.02%
B=35.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341932380.020.1900.07294.6756.9684.51
HexEAC1EE213071273955
Octal3523013562230744771125
Binary111010101100000111101110101001101111001001111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1EE; }

 p { color: rgb(234,193,238); }

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

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

 a { background-color: rgb(234,193,238); }

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

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

 span { border-color: rgb(234,193,238); }

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