Html Css Color HEX #E0D9CD Merino

📋 copy color: '#E0D9CD'

red 224 ◦ green 217 ◦ blue 205

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

Shades of Merino #E0D9CD

Tints of Merino #E0D9CD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.59%

 BLUE value IS 205 (80.47% from 255) = 31.73%

R = 34.67%
G = 33.59%
B = 31.73%

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

#E0D9CD (or 0xE0D9CD) is known color: Merino. HEX triplet: E0, D9 and CD. RGB value is (224,217,205). Sum of RGB (Red+Green+Blue) = 224+217+205=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9CD is #1F2632. Grayscale: #D9D9D9. Windows color (decimal): -2041395 or 13490656. OLE color: 13490656.

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

Color convert

RGB 224 217 205 -
CMYK 0 0.03 0.08 0.12
HSL 37.89º 0.23% 0.84% -
HSV(B) 37.89º 0.08% 0.88% -
XYZ 66.57 69.88 67.74 -
YUV 217.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 224 217 205 0 0.03 0.08 0.12 37.89 0.23 0.84
Hex E0 D9 CD 0 3 8 C 26 17 54
Octal 340 331 315 0 3 10 14 46 27 124
Binary 11100000 11011001 11001101 0 11 1000 1100 100110 10111 1010100

Color Harmonies of #E0D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D9CD

Black with #E0D9CD

Text Example


Text Example

White with #E0D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D9CD; }

 p { color: rgb(224,217,205); }

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

background-color css

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

 a { background-color: rgb(224,217,205); }

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

border-color css

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

 span { border-color: rgb(224,217,205); }

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