Html Css Color HEX #E5DCCF Merino

📋 copy color: '#E5DCCF'

red 229 ◦ green 220 ◦ blue 207

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

Shades of Merino #E5DCCF

Tints of Merino #E5DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.55%

R = 34.91%
G = 33.54%
B = 31.55%

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

#E5DCCF (or 0xE5DCCF) is known color: Merino. HEX triplet: E5, DC and CF. RGB value is (229,220,207). Sum of RGB (Red+Green+Blue) = 229+220+207=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCCF is #1A2330. Grayscale: #DDDDDD. Windows color (decimal): -1712945 or 13622501. OLE color: 13622501.

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

Color convert

RGB 229 220 207 -
CMYK 0 0.04 0.10 0.10
HSL 35.45º 0.3% 0.85% -
HSV(B) 35.45º 0.1% 0.9% -
XYZ 69.17 72.35 69.35 -
YUV 221.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 229 220 207 0 0.04 0.10 0.10 35.45 0.3 0.85
Hex E5 DC CF 0 4 A A 23 1E 55
Octal 345 334 317 0 4 12 12 43 36 125
Binary 11100101 11011100 11001111 0 100 1010 1010 100011 11110 1010101

Color Harmonies of #E5DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCCF

Black with #E5DCCF

Text Example


Text Example

White with #E5DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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