Html Css Color HEX #E0DBD3 Merino

📋 copy color: '#E0DBD3'

red 224 ◦ green 219 ◦ blue 211

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

Shades of Merino #E0DBD3

Tints of Merino #E0DBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.26%

R = 34.25%
G = 33.49%
B = 32.26%

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

#E0DBD3 (or 0xE0DBD3) is known color: Merino. HEX triplet: E0, DB and D3. RGB value is (224,219,211). Sum of RGB (Red+Green+Blue) = 224+219+211=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBD3 is #1F242C. Grayscale: #DBDBDB. Windows color (decimal): -2040877 or 13884384. OLE color: 13884384.

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

Color convert

RGB 224 219 211 -
CMYK 0 0.02 0.06 0.12
HSL 36.92º 0.17% 0.85% -
HSV(B) 36.92º 0.06% 0.88% -
XYZ 67.83 71.21 71.8 -
YUV 219.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 224 219 211 0 0.02 0.06 0.12 36.92 0.17 0.85
Hex E0 DB D3 0 2 6 C 25 11 55
Octal 340 333 323 0 2 6 14 45 21 125
Binary 11100000 11011011 11010011 0 10 110 1100 100101 10001 1010101

Color Harmonies of #E0DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBD3

Black with #E0DBD3

Text Example


Text Example

White with #E0DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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