Html Css Color HEX #E0DACF Merino

📋 copy color: '#E0DACF'

red 224 ◦ green 218 ◦ blue 207

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

Shades of Merino #E0DACF

Tints of Merino #E0DACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.9%

R = 34.51%
G = 33.59%
B = 31.9%

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

#E0DACF (or 0xE0DACF) is known color: Merino. HEX triplet: E0, DA and CF. RGB value is (224,218,207). Sum of RGB (Red+Green+Blue) = 224+218+207=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DACF is #1F2530. Grayscale: #DADADA. Windows color (decimal): -2041137 or 13621984. OLE color: 13621984.

HSL color Cylindrical-coordinate representation of color #E0DACF: hue angle of 38.82º degrees, saturation: 0.22, 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 #E0DACF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 207 -
CMYK 0 0.03 0.08 0.12
HSL 38.82º 0.22% 0.85% -
HSV(B) 38.82º 0.08% 0.88% -
XYZ 67.07 70.5 69.1 -
YUV 218.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 224 218 207 0 0.03 0.08 0.12 38.82 0.22 0.85
Hex E0 DA CF 0 3 8 C 27 16 55
Octal 340 332 317 0 3 10 14 47 26 125
Binary 11100000 11011010 11001111 0 11 1000 1100 100111 10110 1010101

Color Harmonies of #E0DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DACF

Black with #E0DACF

Text Example


Text Example

White with #E0DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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