Html Css Color HEX #E5DBCE Merino

📋 copy color: '#E5DBCE'

red 229 ◦ green 219 ◦ blue 206

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

Shades of Merino #E5DBCE

Tints of Merino #E5DBCE

RGB

 RED value IS 229 (89.84% from 255) = 35.02%

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

 BLUE value IS 206 (80.86% from 255) = 31.5%

R = 35.02%
G = 33.49%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5DBCE (or 0xE5DBCE) is known color: Merino. HEX triplet: E5, DB and CE. RGB value is (229,219,206). Sum of RGB (Red+Green+Blue) = 229+219+206=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBCE is #1A2431. Grayscale: #DCDCDC. Windows color (decimal): -1713202 or 13556709. OLE color: 13556709.

HSL color Cylindrical-coordinate representation of color #E5DBCE: hue angle of 33.91º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DBCE is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 219 206 -
CMYK 0 0.04 0.10 0.10
HSL 33.91º 0.31% 0.85% -
HSV(B) 33.91º 0.1% 0.9% -
XYZ 68.79 71.78 68.62 -
YUV 220.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 229 219 206 0 0.04 0.10 0.10 33.91 0.31 0.85
Hex E5 DB CE 0 4 A A 22 1F 55
Octal 345 333 316 0 4 12 12 42 37 125
Binary 11100101 11011011 11001110 0 100 1010 1010 100010 11111 1010101

Color Harmonies of #E5DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBCE

Black with #E5DBCE

Text Example


Text Example

White with #E5DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DBCE; }

 p { color: rgb(229,219,206); }

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

background-color css

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

 a { background-color: rgb(229,219,206); }

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

border-color css

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

 span { border-color: rgb(229,219,206); }

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