Html Css Color HEX #EAC4ED Snuff

📋 copy color: '#EAC4ED'

red 234 ◦ green 196 ◦ blue 237

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

Shades of Snuff #EAC4ED

Tints of Snuff #EAC4ED

RGB

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

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

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

R = 35.08%
G = 29.39%
B = 35.53%

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

#EAC4ED (or 0xEAC4ED) is known color: Snuff. HEX triplet: EA, C4 and ED. RGB value is (234,196,237). Sum of RGB (Red+Green+Blue) = 234+196+237=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4ED is #153B12. Grayscale: #D3D3D3. Windows color (decimal): -1391379 or 15582442. OLE color: 15582442.

HSL color Cylindrical-coordinate representation of color #EAC4ED: hue angle of 295.61º 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 #EAC4ED is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 196 237 -
CMYK 0.01 0.17 0 0.07
HSL 295.61º 0.53% 0.85% -
HSV(B) 295.61º 0.17% 0.93% -
XYZ 68.96 63.09 88.66 -
YUV 212.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 234 196 237 0.01 0.17 0 0.07 295.61 0.53 0.85
Hex EA C4 ED 1 11 0 7 128 35 55
Octal 352 304 355 1 21 0 7 450 65 125
Binary 11101010 11000100 11101101 1 10001 0 111 100101000 110101 1010101

Color Harmonies of #EAC4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4ED

Black with #EAC4ED

Text Example


Text Example

White with #EAC4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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