Html Css Color HEX #EAC9ED Snuff

📋 copy color: '#EAC9ED'

red 234 ◦ green 201 ◦ blue 237

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

Shades of Snuff #EAC9ED

Tints of Snuff #EAC9ED

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.91%

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

R = 34.82%
G = 29.91%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAC9ED (or 0xEAC9ED) is known color: Snuff. HEX triplet: EA, C9 and ED. RGB value is (234,201,237). Sum of RGB (Red+Green+Blue) = 234+201+237=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9ED is #153612. Grayscale: #D6D6D6. Windows color (decimal): -1390099 or 15583722. OLE color: 15583722.

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

Color convert

RGB 234 201 237 -
CMYK 0.01 0.15 0 0.07
HSL 295º 0.5% 0.86% -
HSV(B) 295º 0.15% 0.93% -
XYZ 70.1 65.38 89.05 -
YUV 214.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 234 201 237 0.01 0.15 0 0.07 295 0.5 0.86
Hex EA C9 ED 1 F 0 7 127 32 56
Octal 352 311 355 1 17 0 7 447 62 126
Binary 11101010 11001001 11101101 1 1111 0 111 100100111 110010 1010110

Color Harmonies of #EAC9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9ED

Black with #EAC9ED

Text Example


Text Example

White with #EAC9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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