Html Css Color HEX #EACCE5 Snuff

📋 copy color: '#EACCE5'

red 234 ◦ green 204 ◦ blue 229

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

Shades of Snuff #EACCE5

Tints of Snuff #EACCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.58%

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 35.08%
G = 30.58%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EACCE5 (or 0xEACCE5) is known color: Snuff. HEX triplet: EA, CC and E5. RGB value is (234,204,229). Sum of RGB (Red+Green+Blue) = 234+204+229=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCE5 is #15331A. Grayscale: #D7D7D7. Windows color (decimal): -1389339 or 15060202. OLE color: 15060202.

HSL color Cylindrical-coordinate representation of color #EACCE5: hue angle of 310º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCE5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 229 -
CMYK 0 0.13 0.02 0.08
HSL 310º 0.42% 0.86% -
HSV(B) 310º 0.13% 0.92% -
XYZ 69.67 66.34 83.26 -
YUV 215.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 234 204 229 0 0.13 0.02 0.08 310 0.42 0.86
Hex EA CC E5 0 D 2 8 136 2A 56
Octal 352 314 345 0 15 2 10 466 52 126
Binary 11101010 11001100 11100101 0 1101 10 1000 100110110 101010 1010110

Color Harmonies of #EACCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCE5

Black with #EACCE5

Text Example


Text Example

White with #EACCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCE5; }

 p { color: rgb(234,204,229); }

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

background-color css

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

 a { background-color: rgb(234,204,229); }

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

border-color css

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

 span { border-color: rgb(234,204,229); }

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