Html Css Color HEX #E0DBD2 Merino

📋 copy color: '#E0DBD2'

red 224 ◦ green 219 ◦ blue 210

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

Shades of Merino #E0DBD2

Tints of Merino #E0DBD2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.54%

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

R = 34.3%
G = 33.54%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E0DBD2 (or 0xE0DBD2) is known color: Merino. HEX triplet: E0, DB and D2. RGB value is (224,219,210). Sum of RGB (Red+Green+Blue) = 224+219+210=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBD2 is #1F242D. Grayscale: #DBDBDB. Windows color (decimal): -2040878 or 13818848. OLE color: 13818848.

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

Color convert

RGB 224 219 210 -
CMYK 0 0.02 0.06 0.12
HSL 38.57º 0.18% 0.85% -
HSV(B) 38.57º 0.06% 0.88% -
XYZ 67.7 71.16 71.14 -
YUV 219.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 224 219 210 0 0.02 0.06 0.12 38.57 0.18 0.85
Hex E0 DB D2 0 2 6 C 27 12 55
Octal 340 333 322 0 2 6 14 47 22 125
Binary 11100000 11011011 11010010 0 10 110 1100 100111 10010 1010101

Color Harmonies of #E0DBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBD2

Black with #E0DBD2

Text Example


Text Example

White with #E0DBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBD2; }

 p { color: rgb(224,219,210); }

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

background-color css

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

 a { background-color: rgb(224,219,210); }

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

border-color css

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

 span { border-color: rgb(224,219,210); }

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