Html Css Color HEX #EAC1EC Snuff

📋 copy color: '#EAC1EC'

red 234 ◦ green 193 ◦ blue 236

#EAC1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #EAC1EC

Tints of Snuff #EAC1EC

RGB

 RED value IS 234 (91.8% from 255) = 35.29%

 GREEN value IS 193 (75.78% from 255) = 29.11%

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 35.29%
G = 29.11%
B = 35.6%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAC1EC (or 0xEAC1EC) is known color: Snuff. HEX triplet: EA, C1 and EC. RGB value is (234,193,236). Sum of RGB (Red+Green+Blue) = 234+193+236=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1EC is #153E13. Grayscale: #D2D2D2. Windows color (decimal): -1392148 or 15516138. OLE color: 15516138.

HSL color Cylindrical-coordinate representation of color #EAC1EC: hue angle of 297.21º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC1EC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 193 236 -
CMYK 0.01 0.18 0 0.07
HSL 297.21º 0.53% 0.84% -
HSV(B) 297.21º 0.18% 0.93% -
XYZ 68.14 61.69 87.67 -
YUV 210.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 234 193 236 0.01 0.18 0 0.07 297.21 0.53 0.84
Hex EA C1 EC 1 12 0 7 129 35 54
Octal 352 301 354 1 22 0 7 451 65 124
Binary 11101010 11000001 11101100 1 10010 0 111 100101001 110101 1010100

Color Harmonies of #EAC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1EC

Black with #EAC1EC

Text Example


Text Example

White with #EAC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1EC; }

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

 H1.HeaderClassName
 {
   color: #EAC1EC;
 }
 .AnyTagClassName
 {
   color: #EAC1EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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