Html Css Color HEX #E5DDCF Merino

📋 copy color: '#E5DDCF'

red 229 ◦ green 221 ◦ blue 207

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

Shades of Merino #E5DDCF

Tints of Merino #E5DDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.64%

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

R = 34.86%
G = 33.64%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5DDCF (or 0xE5DDCF) is known color: Merino. HEX triplet: E5, DD and CF. RGB value is (229,221,207). Sum of RGB (Red+Green+Blue) = 229+221+207=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDCF is #1A2230. Grayscale: #DDDDDD. Windows color (decimal): -1712689 or 13622757. OLE color: 13622757.

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

Color convert

RGB 229 221 207 -
CMYK 0 0.03 0.10 0.10
HSL 38.18º 0.3% 0.85% -
HSV(B) 38.18º 0.1% 0.9% -
XYZ 69.43 72.88 69.44 -
YUV 221.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 229 221 207 0 0.03 0.10 0.10 38.18 0.3 0.85
Hex E5 DD CF 0 3 A A 26 1E 55
Octal 345 335 317 0 3 12 12 46 36 125
Binary 11100101 11011101 11001111 0 11 1010 1010 100110 11110 1010101

Color Harmonies of #E5DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDCF

Black with #E5DDCF

Text Example


Text Example

White with #E5DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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