Html Css Color HEX #E1DCD2 Merino

📋 copy color: '#E1DCD2'

red 225 ◦ green 220 ◦ blue 210

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

Shades of Merino #E1DCD2

Tints of Merino #E1DCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.06%

R = 34.35%
G = 33.59%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1DCD2 (or 0xE1DCD2) is known color: Merino. HEX triplet: E1, DC and D2. RGB value is (225,220,210). Sum of RGB (Red+Green+Blue) = 225+220+210=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD2 is #1E232D. Grayscale: #DCDCDC. Windows color (decimal): -1975086 or 13819105. OLE color: 13819105.

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

Color convert

RGB 225 220 210 -
CMYK 0 0.02 0.07 0.12
HSL 40º 0.2% 0.85% -
HSV(B) 40º 0.07% 0.88% -
XYZ 68.28 71.85 71.24 -
YUV 220.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 225 220 210 0 0.02 0.07 0.12 40 0.2 0.85
Hex E1 DC D2 0 2 7 C 28 14 55
Octal 341 334 322 0 2 7 14 50 24 125
Binary 11100001 11011100 11010010 0 10 111 1100 101000 10100 1010101

Color Harmonies of #E1DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCD2

Black with #E1DCD2

Text Example


Text Example

White with #E1DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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