Html Css Color HEX #E1D9CE Merino

📋 copy color: '#E1D9CE'

red 225 ◦ green 217 ◦ blue 206

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

Shades of Merino #E1D9CE

Tints of Merino #E1D9CE

RGB

 RED value IS 225 (88.28% from 255) = 34.72%

 GREEN value IS 217 (85.16% from 255) = 33.49%

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

R = 34.72%
G = 33.49%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1D9CE (or 0xE1D9CE) is known color: Merino. HEX triplet: E1, D9 and CE. RGB value is (225,217,206). Sum of RGB (Red+Green+Blue) = 225+217+206=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9CE is #1E2631. Grayscale: #DADADA. Windows color (decimal): -1975858 or 13556193. OLE color: 13556193.

HSL color Cylindrical-coordinate representation of color #E1D9CE: hue angle of 34.74º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D9CE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 206 -
CMYK 0 0.04 0.08 0.12
HSL 34.74º 0.24% 0.85% -
HSV(B) 34.74º 0.08% 0.88% -
XYZ 67 70.09 68.39 -
YUV 218.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 225 217 206 0 0.04 0.08 0.12 34.74 0.24 0.85
Hex E1 D9 CE 0 4 8 C 23 18 55
Octal 341 331 316 0 4 10 14 43 30 125
Binary 11100001 11011001 11001110 0 100 1000 1100 100011 11000 1010101

Color Harmonies of #E1D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9CE

Black with #E1D9CE

Text Example


Text Example

White with #E1D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9CE; }

 p { color: rgb(225,217,206); }

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

background-color css

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

 a { background-color: rgb(225,217,206); }

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

border-color css

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

 span { border-color: rgb(225,217,206); }

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