Html Css Color HEX #EAC4EF Snuff

📋 copy color: '#EAC4EF'

red 234 ◦ green 196 ◦ blue 239

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

Shades of Snuff #EAC4EF

Tints of Snuff #EAC4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.3%

 BLUE value IS 239 (93.75% from 255) = 35.72%

R = 34.98%
G = 29.3%
B = 35.72%

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

#EAC4EF (or 0xEAC4EF) is known color: Snuff. HEX triplet: EA, C4 and EF. RGB value is (234,196,239). Sum of RGB (Red+Green+Blue) = 234+196+239=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4EF is #153B10. Grayscale: #D4D4D4. Windows color (decimal): -1391377 or 15713514. OLE color: 15713514.

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

Color convert

RGB 234 196 239 -
CMYK 0.02 0.18 0 0.06
HSL 293.02º 0.57% 0.85% -
HSV(B) 293.02º 0.18% 0.94% -
XYZ 69.25 63.2 90.21 -
YUV 212.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 234 196 239 0.02 0.18 0 0.06 293.02 0.57 0.85
Hex EA C4 EF 2 12 0 6 125 39 55
Octal 352 304 357 2 22 0 6 445 71 125
Binary 11101010 11000100 11101111 10 10010 0 110 100100101 111001 1010101

Color Harmonies of #EAC4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4EF

Black with #EAC4EF

Text Example


Text Example

White with #EAC4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4EF; }

 p { color: rgb(234,196,239); }

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

background-color css

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

 a { background-color: rgb(234,196,239); }

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

border-color css

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

 span { border-color: rgb(234,196,239); }

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