Html Css Color HEX #E1DACF Merino

📋 copy color: '#E1DACF'

red 225 ◦ green 218 ◦ blue 207

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

Shades of Merino #E1DACF

Tints of Merino #E1DACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.54%

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

R = 34.62%
G = 33.54%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1DACF (or 0xE1DACF) is known color: Merino. HEX triplet: E1, DA and CF. RGB value is (225,218,207). Sum of RGB (Red+Green+Blue) = 225+218+207=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACF is #1E2530. Grayscale: #DADADA. Windows color (decimal): -1975601 or 13621985. OLE color: 13621985.

HSL color Cylindrical-coordinate representation of color #E1DACF: hue angle of 36.67º degrees, saturation: 0.23, 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 #E1DACF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 218 207 -
CMYK 0 0.03 0.08 0.12
HSL 36.67º 0.23% 0.85% -
HSV(B) 36.67º 0.08% 0.88% -
XYZ 67.39 70.66 69.12 -
YUV 218.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 225 218 207 0 0.03 0.08 0.12 36.67 0.23 0.85
Hex E1 DA CF 0 3 8 C 25 17 55
Octal 341 332 317 0 3 10 14 45 27 125
Binary 11100001 11011010 11001111 0 11 1000 1100 100101 10111 1010101

Color Harmonies of #E1DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DACF

Black with #E1DACF

Text Example


Text Example

White with #E1DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DACF; }

 p { color: rgb(225,218,207); }

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

background-color css

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

 a { background-color: rgb(225,218,207); }

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

border-color css

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

 span { border-color: rgb(225,218,207); }

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