Html Css Color HEX #EAC6EC Snuff

📋 copy color: '#EAC6EC'

red 234 ◦ green 198 ◦ blue 236

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

Shades of Snuff #EAC6EC

Tints of Snuff #EAC6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.64%

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

R = 35.03%
G = 29.64%
B = 35.33%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAC6EC (or 0xEAC6EC) is known color: Snuff. HEX triplet: EA, C6 and EC. RGB value is (234,198,236). Sum of RGB (Red+Green+Blue) = 234+198+236=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6EC is #153913. Grayscale: #D4D4D4. Windows color (decimal): -1390868 or 15517418. OLE color: 15517418.

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

Color convert

RGB 234 198 236 -
CMYK 0.01 0.16 0 0.07
HSL 296.84º 0.5% 0.85% -
HSV(B) 296.84º 0.16% 0.93% -
XYZ 69.27 63.94 88.05 -
YUV 213.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 234 198 236 0.01 0.16 0 0.07 296.84 0.5 0.85
Hex EA C6 EC 1 10 0 7 129 32 55
Octal 352 306 354 1 20 0 7 451 62 125
Binary 11101010 11000110 11101100 1 10000 0 111 100101001 110010 1010101

Color Harmonies of #EAC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6EC

Black with #EAC6EC

Text Example


Text Example

White with #EAC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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