Html Css Color HEX #EAC6F0 Snuff

📋 copy color: '#EAC6F0'

red 234 ◦ green 198 ◦ blue 240

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

Shades of Snuff #EAC6F0

Tints of Snuff #EAC6F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.71%

R = 34.82%
G = 29.46%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAC6F0 (or 0xEAC6F0) is known color: Snuff. HEX triplet: EA, C6 and F0. RGB value is (234,198,240). Sum of RGB (Red+Green+Blue) = 234+198+240=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAC6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6F0 is #15390F. Grayscale: #D5D5D5. Windows color (decimal): -1390864 or 15779562. OLE color: 15779562.

HSL color Cylindrical-coordinate representation of color #EAC6F0: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC6F0 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 198 240 -
CMYK 0.02 0.18 0 0.06
HSL 291.43º 0.58% 0.86% -
HSV(B) 291.43º 0.18% 0.94% -
XYZ 69.85 64.17 91.14 -
YUV 213.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 234 198 240 0.02 0.18 0 0.06 291.43 0.58 0.86
Hex EA C6 F0 2 12 0 6 123 3A 56
Octal 352 306 360 2 22 0 6 443 72 126
Binary 11101010 11000110 11110000 10 10010 0 110 100100011 111010 1010110

Color Harmonies of #EAC6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6F0

Black with #EAC6F0

Text Example


Text Example

White with #EAC6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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