Html Css Color HEX #EAC5E7 Snuff

📋 copy color: '#EAC5E7'

red 234 ◦ green 197 ◦ blue 231

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

Shades of Snuff #EAC5E7

Tints of Snuff #EAC5E7

RGB

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

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

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

R = 35.35%
G = 29.76%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAC5E7 (or 0xEAC5E7) is known color: Snuff. HEX triplet: EA, C5 and E7. RGB value is (234,197,231). Sum of RGB (Red+Green+Blue) = 234+197+231=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5E7 is #153A18. Grayscale: #D3D3D3. Windows color (decimal): -1391129 or 15189482. OLE color: 15189482.

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

Color convert

RGB 234 197 231 -
CMYK 0 0.16 0.01 0.08
HSL 304.86º 0.47% 0.85% -
HSV(B) 304.86º 0.16% 0.92% -
XYZ 68.32 63.19 84.2 -
YUV 211.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 234 197 231 0 0.16 0.01 0.08 304.86 0.47 0.85
Hex EA C5 E7 0 10 1 8 131 2F 55
Octal 352 305 347 0 20 1 10 461 57 125
Binary 11101010 11000101 11100111 0 10000 1 1000 100110001 101111 1010101

Color Harmonies of #EAC5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5E7

Black with #EAC5E7

Text Example


Text Example

White with #EAC5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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