Html Css Color HEX #E1DCD0 Merino

📋 copy color: '#E1DCD0'

red 225 ◦ green 220 ◦ blue 208

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

Shades of Merino #E1DCD0

Tints of Merino #E1DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.69%

 BLUE value IS 208 (81.64% from 255) = 31.85%

R = 34.46%
G = 33.69%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1DCD0 (or 0xE1DCD0) is known color: Merino. HEX triplet: E1, DC and D0. RGB value is (225,220,208). Sum of RGB (Red+Green+Blue) = 225+220+208=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD0 is #1E232F. Grayscale: #DCDCDC. Windows color (decimal): -1975088 or 13688033. OLE color: 13688033.

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

Color convert

RGB 225 220 208 -
CMYK 0 0.02 0.08 0.12
HSL 42.35º 0.22% 0.85% -
HSV(B) 42.35º 0.08% 0.88% -
XYZ 68.03 71.75 69.94 -
YUV 220.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 225 220 208 0 0.02 0.08 0.12 42.35 0.22 0.85
Hex E1 DC D0 0 2 8 C 2A 16 55
Octal 341 334 320 0 2 10 14 52 26 125
Binary 11100001 11011100 11010000 0 10 1000 1100 101010 10110 1010101

Color Harmonies of #E1DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCD0

Black with #E1DCD0

Text Example


Text Example

White with #E1DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCD0; }

 p { color: rgb(225,220,208); }

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

background-color css

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

 a { background-color: rgb(225,220,208); }

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

border-color css

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

 span { border-color: rgb(225,220,208); }

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