Html Css Color HEX #E1DACE Merino

📋 copy color: '#E1DACE'

red 225 ◦ green 218 ◦ blue 206

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

Shades of Merino #E1DACE

Tints of Merino #E1DACE

RGB

 RED value IS 225 (88.28% from 255) = 34.67%

 GREEN value IS 218 (85.55% from 255) = 33.59%

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 34.67%
G = 33.59%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1DACE (or 0xE1DACE) is known color: Merino. HEX triplet: E1, DA and CE. RGB value is (225,218,206). Sum of RGB (Red+Green+Blue) = 225+218+206=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACE is #1E2531. Grayscale: #DADADA. Windows color (decimal): -1975602 or 13556449. OLE color: 13556449.

HSL color Cylindrical-coordinate representation of color #E1DACE: hue angle of 37.89º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DACE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 218 206 -
CMYK 0 0.03 0.08 0.12
HSL 37.89º 0.24% 0.85% -
HSV(B) 37.89º 0.08% 0.88% -
XYZ 67.26 70.61 68.48 -
YUV 218.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 225 218 206 0 0.03 0.08 0.12 37.89 0.24 0.85
Hex E1 DA CE 0 3 8 C 26 18 55
Octal 341 332 316 0 3 10 14 46 30 125
Binary 11100001 11011010 11001110 0 11 1000 1100 100110 11000 1010101

Color Harmonies of #E1DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DACE

Black with #E1DACE

Text Example


Text Example

White with #E1DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DACE; }

 p { color: rgb(225,218,206); }

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

background-color css

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

 a { background-color: rgb(225,218,206); }

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

border-color css

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

 span { border-color: rgb(225,218,206); }

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