Html Css Color HEX #E5DBCF Merino

📋 copy color: '#E5DBCF'

red 229 ◦ green 219 ◦ blue 207

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

Shades of Merino #E5DBCF

Tints of Merino #E5DBCF

RGB

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

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

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

R = 34.96%
G = 33.44%
B = 31.6%

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

#E5DBCF (or 0xE5DBCF) is known color: Merino. HEX triplet: E5, DB and CF. RGB value is (229,219,207). Sum of RGB (Red+Green+Blue) = 229+219+207=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBCF is #1A2430. Grayscale: #DCDCDC. Windows color (decimal): -1713201 or 13622245. OLE color: 13622245.

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

Color convert

RGB 229 219 207 -
CMYK 0 0.04 0.10 0.10
HSL 32.73º 0.3% 0.85% -
HSV(B) 32.73º 0.1% 0.9% -
XYZ 68.91 71.83 69.26 -
YUV 220.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 229 219 207 0 0.04 0.10 0.10 32.73 0.3 0.85
Hex E5 DB CF 0 4 A A 21 1E 55
Octal 345 333 317 0 4 12 12 41 36 125
Binary 11100101 11011011 11001111 0 100 1010 1010 100001 11110 1010101

Color Harmonies of #E5DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBCF

Black with #E5DBCF

Text Example


Text Example

White with #E5DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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