Html Css Color HEX #E5DCCE Merino

📋 copy color: '#E5DCCE'

red 229 ◦ green 220 ◦ blue 206

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

Shades of Merino #E5DCCE

Tints of Merino #E5DCCE

RGB

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

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

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

R = 34.96%
G = 33.59%
B = 31.45%

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

#E5DCCE (or 0xE5DCCE) is known color: Merino. HEX triplet: E5, DC and CE. RGB value is (229,220,206). Sum of RGB (Red+Green+Blue) = 229+220+206=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCCE is #1A2331. Grayscale: #DDDDDD. Windows color (decimal): -1712946 or 13556965. OLE color: 13556965.

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

Color convert

RGB 229 220 206 -
CMYK 0 0.04 0.10 0.10
HSL 36.52º 0.31% 0.85% -
HSV(B) 36.52º 0.1% 0.9% -
XYZ 69.05 72.3 68.71 -
YUV 221.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 229 220 206 0 0.04 0.10 0.10 36.52 0.31 0.85
Hex E5 DC CE 0 4 A A 25 1F 55
Octal 345 334 316 0 4 12 12 45 37 125
Binary 11100101 11011100 11001110 0 100 1010 1010 100101 11111 1010101

Color Harmonies of #E5DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCCE

Black with #E5DCCE

Text Example


Text Example

White with #E5DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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