Html Css Color HEX #EACEE5 Snuff

📋 copy color: '#EACEE5'

red 234 ◦ green 206 ◦ blue 229

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

Shades of Snuff #EACEE5

Tints of Snuff #EACEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.79%

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

R = 34.98%
G = 30.79%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EACEE5 (or 0xEACEE5) is known color: Snuff. HEX triplet: EA, CE and E5. RGB value is (234,206,229). Sum of RGB (Red+Green+Blue) = 234+206+229=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEE5 is #15311A. Grayscale: #D8D8D8. Windows color (decimal): -1388827 or 15060714. OLE color: 15060714.

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

Color convert

RGB 234 206 229 -
CMYK 0 0.12 0.02 0.08
HSL 310.71º 0.4% 0.86% -
HSV(B) 310.71º 0.12% 0.92% -
XYZ 70.15 67.29 83.42 -
YUV 216.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 234 206 229 0 0.12 0.02 0.08 310.71 0.4 0.86
Hex EA CE E5 0 C 2 8 137 28 56
Octal 352 316 345 0 14 2 10 467 50 126
Binary 11101010 11001110 11100101 0 1100 10 1000 100110111 101000 1010110

Color Harmonies of #EACEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACEE5

Black with #EACEE5

Text Example


Text Example

White with #EACEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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