Html Css Color HEX #EAC6E7 Snuff

📋 copy color: '#EAC6E7'

red 234 ◦ green 198 ◦ blue 231

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

Shades of Snuff #EAC6E7

Tints of Snuff #EAC6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.84%

R = 35.29%
G = 29.86%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAC6E7 (or 0xEAC6E7) is known color: Snuff. HEX triplet: EA, C6 and E7. RGB value is (234,198,231). Sum of RGB (Red+Green+Blue) = 234+198+231=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6E7 is #153918. Grayscale: #D4D4D4. Windows color (decimal): -1390873 or 15189738. OLE color: 15189738.

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

Color convert

RGB 234 198 231 -
CMYK 0 0.15 0.01 0.08
HSL 305º 0.46% 0.85% -
HSV(B) 305º 0.15% 0.92% -
XYZ 68.55 63.65 84.27 -
YUV 212.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 234 198 231 0 0.15 0.01 0.08 305 0.46 0.85
Hex EA C6 E7 0 F 1 8 131 2E 55
Octal 352 306 347 0 17 1 10 461 56 125
Binary 11101010 11000110 11100111 0 1111 1 1000 100110001 101110 1010101

Color Harmonies of #EAC6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6E7

Black with #EAC6E7

Text Example


Text Example

White with #EAC6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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