Html Css Color HEX #E1D9CD Merino

📋 copy color: '#E1D9CD'

red 225 ◦ green 217 ◦ blue 205

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

Shades of Merino #E1D9CD

Tints of Merino #E1D9CD

RGB

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

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

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

R = 34.78%
G = 33.54%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E1D9CD (or 0xE1D9CD) is known color: Merino. HEX triplet: E1, D9 and CD. RGB value is (225,217,205). Sum of RGB (Red+Green+Blue) = 225+217+205=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9CD is #1E2632. Grayscale: #DADADA. Windows color (decimal): -1975859 or 13490657. OLE color: 13490657.

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

Color convert

RGB 225 217 205 -
CMYK 0 0.04 0.09 0.12
HSL 36º 0.25% 0.84% -
HSV(B) 36º 0.09% 0.88% -
XYZ 66.88 70.04 67.75 -
YUV 218.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 225 217 205 0 0.04 0.09 0.12 36 0.25 0.84
Hex E1 D9 CD 0 4 9 C 24 19 54
Octal 341 331 315 0 4 11 14 44 31 124
Binary 11100001 11011001 11001101 0 100 1001 1100 100100 11001 1010100

Color Harmonies of #E1D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9CD

Black with #E1D9CD

Text Example


Text Example

White with #E1D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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