Html Css Color HEX #E1DBD0 Merino

📋 copy color: '#E1DBD0'

red 225 ◦ green 219 ◦ blue 208

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

Shades of Merino #E1DBD0

Tints of Merino #E1DBD0

RGB

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

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

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

R = 34.51%
G = 33.59%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1DBD0 (or 0xE1DBD0) is known color: Merino. HEX triplet: E1, DB and D0. RGB value is (225,219,208). Sum of RGB (Red+Green+Blue) = 225+219+208=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBD0 is #1E242F. Grayscale: #DBDBDB. Windows color (decimal): -1975344 or 13687777. OLE color: 13687777.

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

Color convert

RGB 225 219 208 -
CMYK 0 0.03 0.08 0.12
HSL 38.82º 0.22% 0.85% -
HSV(B) 38.82º 0.08% 0.88% -
XYZ 67.77 71.22 69.85 -
YUV 219.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 225 219 208 0 0.03 0.08 0.12 38.82 0.22 0.85
Hex E1 DB D0 0 3 8 C 27 16 55
Octal 341 333 320 0 3 10 14 47 26 125
Binary 11100001 11011011 11010000 0 11 1000 1100 100111 10110 1010101

Color Harmonies of #E1DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBD0

Black with #E1DBD0

Text Example


Text Example

White with #E1DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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