Html Css Color HEX #E2DCD1 Merino

📋 copy color: '#E2DCD1'

red 226 ◦ green 220 ◦ blue 209

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

Shades of Merino #E2DCD1

Tints of Merino #E2DCD1

RGB

 RED value IS 226 (88.67% from 255) = 34.5%

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

 BLUE value IS 209 (82.03% from 255) = 31.91%

R = 34.5%
G = 33.59%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2DCD1 (or 0xE2DCD1) is known color: Merino. HEX triplet: E2, DC and D1. RGB value is (226,220,209). Sum of RGB (Red+Green+Blue) = 226+220+209=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCD1 is #1D232E. Grayscale: #DCDCDC. Windows color (decimal): -1909551 or 13753570. OLE color: 13753570.

HSL color Cylindrical-coordinate representation of color #E2DCD1: hue angle of 38.82º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DCD1 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 209 -
CMYK 0 0.03 0.08 0.11
HSL 38.82º 0.23% 0.85% -
HSV(B) 38.82º 0.08% 0.89% -
XYZ 68.47 71.96 70.6 -
YUV 220.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 226 220 209 0 0.03 0.08 0.11 38.82 0.23 0.85
Hex E2 DC D1 0 3 8 B 27 17 55
Octal 342 334 321 0 3 10 13 47 27 125
Binary 11100010 11011100 11010001 0 11 1000 1011 100111 10111 1010101

Color Harmonies of #E2DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCD1

Black with #E2DCD1

Text Example


Text Example

White with #E2DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCD1; }

 p { color: rgb(226,220,209); }

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

background-color css

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

 a { background-color: rgb(226,220,209); }

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

border-color css

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

 span { border-color: rgb(226,220,209); }

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