Html Css Color HEX #E2DACF Merino

📋 copy color: '#E2DACF'

red 226 ◦ green 218 ◦ blue 207

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

Shades of Merino #E2DACF

Tints of Merino #E2DACF

RGB

 RED value IS 226 (88.67% from 255) = 34.72%

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

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

R = 34.72%
G = 33.49%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2DACF (or 0xE2DACF) is known color: Merino. HEX triplet: E2, DA and CF. RGB value is (226,218,207). Sum of RGB (Red+Green+Blue) = 226+218+207=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DACF is #1D2530. Grayscale: #DBDBDB. Windows color (decimal): -1910065 or 13621986. OLE color: 13621986.

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

Color convert

RGB 226 218 207 -
CMYK 0 0.04 0.08 0.11
HSL 34.74º 0.25% 0.85% -
HSV(B) 34.74º 0.08% 0.89% -
XYZ 67.7 70.82 69.13 -
YUV 219.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 226 218 207 0 0.04 0.08 0.11 34.74 0.25 0.85
Hex E2 DA CF 0 4 8 B 23 19 55
Octal 342 332 317 0 4 10 13 43 31 125
Binary 11100010 11011010 11001111 0 100 1000 1011 100011 11001 1010101

Color Harmonies of #E2DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DACF

Black with #E2DACF

Text Example


Text Example

White with #E2DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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