Html Css Color HEX #E2DBD0 Merino

📋 copy color: '#E2DBD0'

red 226 ◦ green 219 ◦ blue 208

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

Shades of Merino #E2DBD0

Tints of Merino #E2DBD0

RGB

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

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

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

R = 34.61%
G = 33.54%
B = 31.85%

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

#E2DBD0 (or 0xE2DBD0) is known color: Merino. HEX triplet: E2, DB and D0. RGB value is (226,219,208). Sum of RGB (Red+Green+Blue) = 226+219+208=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBD0 is #1D242F. Grayscale: #DBDBDB. Windows color (decimal): -1909808 or 13687778. OLE color: 13687778.

HSL color Cylindrical-coordinate representation of color #E2DBD0: hue angle of 36.67º degrees, saturation: 0.24, 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 #E2DBD0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 208 -
CMYK 0 0.03 0.08 0.11
HSL 36.67º 0.24% 0.85% -
HSV(B) 36.67º 0.08% 0.89% -
XYZ 68.08 71.39 69.87 -
YUV 219.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 226 219 208 0 0.03 0.08 0.11 36.67 0.24 0.85
Hex E2 DB D0 0 3 8 B 25 18 55
Octal 342 333 320 0 3 10 13 45 30 125
Binary 11100010 11011011 11010000 0 11 1000 1011 100101 11000 1010101

Color Harmonies of #E2DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBD0

Black with #E2DBD0

Text Example


Text Example

White with #E2DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBD0; }

 p { color: rgb(226,219,208); }

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

background-color css

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

 a { background-color: rgb(226,219,208); }

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

border-color css

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

 span { border-color: rgb(226,219,208); }

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