Html Css Color HEX #EACCE6 Snuff

📋 copy color: '#EACCE6'

red 234 ◦ green 204 ◦ blue 230

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

Shades of Snuff #EACCE6

Tints of Snuff #EACCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.43%

R = 35.03%
G = 30.54%
B = 34.43%

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

#EACCE6 (or 0xEACCE6) is known color: Snuff. HEX triplet: EA, CC and E6. RGB value is (234,204,230). Sum of RGB (Red+Green+Blue) = 234+204+230=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCE6 is #153319. Grayscale: #D7D7D7. Windows color (decimal): -1389338 or 15125738. OLE color: 15125738.

HSL color Cylindrical-coordinate representation of color #EACCE6: hue angle of 308º 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 #EACCE6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 230 -
CMYK 0 0.13 0.02 0.08
HSL 308º 0.42% 0.86% -
HSV(B) 308º 0.13% 0.92% -
XYZ 69.81 66.39 84 -
YUV 215.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 234 204 230 0 0.13 0.02 0.08 308 0.42 0.86
Hex EA CC E6 0 D 2 8 134 2A 56
Octal 352 314 346 0 15 2 10 464 52 126
Binary 11101010 11001100 11100110 0 1101 10 1000 100110100 101010 1010110

Color Harmonies of #EACCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCE6

Black with #EACCE6

Text Example


Text Example

White with #EACCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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