Html Css Color HEX #E5DCCD Merino

📋 copy color: '#E5DCCD'

red 229 ◦ green 220 ◦ blue 205

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

Shades of Merino #E5DCCD

Tints of Merino #E5DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.64%

 BLUE value IS 205 (80.47% from 255) = 31.35%

R = 35.02%
G = 33.64%
B = 31.35%

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

#E5DCCD (or 0xE5DCCD) is known color: Merino. HEX triplet: E5, DC and CD. RGB value is (229,220,205). Sum of RGB (Red+Green+Blue) = 229+220+205=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCCD is #1A2332. Grayscale: #DDDDDD. Windows color (decimal): -1712947 or 13491429. OLE color: 13491429.

HSL color Cylindrical-coordinate representation of color #E5DCCD: hue angle of 37.5º degrees, saturation: 0.32, 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 #E5DCCD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 205 -
CMYK 0 0.04 0.10 0.10
HSL 37.5º 0.32% 0.85% -
HSV(B) 37.5º 0.1% 0.9% -
XYZ 68.93 72.25 68.07 -
YUV 220.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 229 220 205 0 0.04 0.10 0.10 37.5 0.32 0.85
Hex E5 DC CD 0 4 A A 26 20 55
Octal 345 334 315 0 4 12 12 46 40 125
Binary 11100101 11011100 11001101 0 100 1010 1010 100110 100000 1010101

Color Harmonies of #E5DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCCD

Black with #E5DCCD

Text Example


Text Example

White with #E5DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCCD; }

 p { color: rgb(229,220,205); }

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

background-color css

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

 a { background-color: rgb(229,220,205); }

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

border-color css

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

 span { border-color: rgb(229,220,205); }

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