Html Css Color HEX #EAC5ED Snuff

📋 copy color: '#EAC5ED'

red 234 ◦ green 197 ◦ blue 237

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

Shades of Snuff #EAC5ED

Tints of Snuff #EAC5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 35.03%
G = 29.49%
B = 35.48%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAC5ED (or 0xEAC5ED) is known color: Snuff. HEX triplet: EA, C5 and ED. RGB value is (234,197,237). Sum of RGB (Red+Green+Blue) = 234+197+237=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5ED is #153A12. Grayscale: #D4D4D4. Windows color (decimal): -1391123 or 15582698. OLE color: 15582698.

HSL color Cylindrical-coordinate representation of color #EAC5ED: hue angle of 295.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC5ED is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 197 237 -
CMYK 0.01 0.17 0 0.07
HSL 295.5º 0.53% 0.85% -
HSV(B) 295.5º 0.17% 0.93% -
XYZ 69.18 63.54 88.74 -
YUV 212.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 234 197 237 0.01 0.17 0 0.07 295.5 0.53 0.85
Hex EA C5 ED 1 11 0 7 128 35 55
Octal 352 305 355 1 21 0 7 450 65 125
Binary 11101010 11000101 11101101 1 10001 0 111 100101000 110101 1010101

Color Harmonies of #EAC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5ED

Black with #EAC5ED

Text Example


Text Example

White with #EAC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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