Html Css Color HEX #EAC5EF Snuff

📋 copy color: '#EAC5EF'

red 234 ◦ green 197 ◦ blue 239

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

Shades of Snuff #EAC5EF

Tints of Snuff #EAC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.4%

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

R = 34.93%
G = 29.4%
B = 35.67%

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

#EAC5EF (or 0xEAC5EF) is known color: Snuff. HEX triplet: EA, C5 and EF. RGB value is (234,197,239). Sum of RGB (Red+Green+Blue) = 234+197+239=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5EF is #153A10. Grayscale: #D4D4D4. Windows color (decimal): -1391121 or 15713770. OLE color: 15713770.

HSL color Cylindrical-coordinate representation of color #EAC5EF: hue angle of 292.86º 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 #EAC5EF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 197 239 -
CMYK 0.02 0.18 0 0.06
HSL 292.86º 0.57% 0.85% -
HSV(B) 292.86º 0.18% 0.94% -
XYZ 69.48 63.66 90.29 -
YUV 212.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 234 197 239 0.02 0.18 0 0.06 292.86 0.57 0.85
Hex EA C5 EF 2 12 0 6 125 39 55
Octal 352 305 357 2 22 0 6 445 71 125
Binary 11101010 11000101 11101111 10 10010 0 110 100100101 111001 1010101

Color Harmonies of #EAC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5EF

Black with #EAC5EF

Text Example


Text Example

White with #EAC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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