Html Css Color HEX #E2DCCF Merino

📋 copy color: '#E2DCCF'

red 226 ◦ green 220 ◦ blue 207

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

Shades of Merino #E2DCCF

Tints of Merino #E2DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.69%

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

R = 34.61%
G = 33.69%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2DCCF (or 0xE2DCCF) is known color: Merino. HEX triplet: E2, DC and CF. RGB value is (226,220,207). Sum of RGB (Red+Green+Blue) = 226+220+207=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCCF is #1D2330. Grayscale: #DCDCDC. Windows color (decimal): -1909553 or 13622498. OLE color: 13622498.

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

Color convert

RGB 226 220 207 -
CMYK 0 0.03 0.08 0.11
HSL 41.05º 0.25% 0.85% -
HSV(B) 41.05º 0.08% 0.89% -
XYZ 68.22 71.86 69.31 -
YUV 220.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 226 220 207 0 0.03 0.08 0.11 41.05 0.25 0.85
Hex E2 DC CF 0 3 8 B 29 19 55
Octal 342 334 317 0 3 10 13 51 31 125
Binary 11100010 11011100 11001111 0 11 1000 1011 101001 11001 1010101

Color Harmonies of #E2DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCCF

Black with #E2DCCF

Text Example


Text Example

White with #E2DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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