Html Css Color HEX #E0DACE Merino

📋 copy color: '#E0DACE'

red 224 ◦ green 218 ◦ blue 206

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

Shades of Merino #E0DACE

Tints of Merino #E0DACE

RGB

 RED value IS 224 (87.89% from 255) = 34.57%

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

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

R = 34.57%
G = 33.64%
B = 31.79%

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

#E0DACE (or 0xE0DACE) is known color: Merino. HEX triplet: E0, DA and CE. RGB value is (224,218,206). Sum of RGB (Red+Green+Blue) = 224+218+206=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DACE is #1F2531. Grayscale: #DADADA. Windows color (decimal): -2041138 or 13556448. OLE color: 13556448.

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

Color convert

RGB 224 218 206 -
CMYK 0 0.03 0.08 0.12
HSL 40º 0.23% 0.84% -
HSV(B) 40º 0.08% 0.88% -
XYZ 66.95 70.45 68.46 -
YUV 218.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 224 218 206 0 0.03 0.08 0.12 40 0.23 0.84
Hex E0 DA CE 0 3 8 C 28 16 54
Octal 340 332 316 0 3 10 14 50 26 124
Binary 11100000 11011010 11001110 0 11 1000 1100 101000 10110 1010100

Color Harmonies of #E0DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DACE

Black with #E0DACE

Text Example


Text Example

White with #E0DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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