Html Css Color HEX #E3DCCE Merino

📋 copy color: '#E3DCCE'

red 227 ◦ green 220 ◦ blue 206

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

Shades of Merino #E3DCCE

Tints of Merino #E3DCCE

RGB

 RED value IS 227 (89.06% from 255) = 34.76%

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

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

R = 34.76%
G = 33.69%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E3DCCE (or 0xE3DCCE) is known color: Merino. HEX triplet: E3, DC and CE. RGB value is (227,220,206). Sum of RGB (Red+Green+Blue) = 227+220+206=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCCE is #1C2331. Grayscale: #DCDCDC. Windows color (decimal): -1844018 or 13556963. OLE color: 13556963.

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

Color convert

RGB 227 220 206 -
CMYK 0 0.03 0.09 0.11
HSL 40º 0.27% 0.85% -
HSV(B) 40º 0.09% 0.89% -
XYZ 68.41 71.97 68.68 -
YUV 220.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 227 220 206 0 0.03 0.09 0.11 40 0.27 0.85
Hex E3 DC CE 0 3 9 B 28 1B 55
Octal 343 334 316 0 3 11 13 50 33 125
Binary 11100011 11011100 11001110 0 11 1001 1011 101000 11011 1010101

Color Harmonies of #E3DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DCCE

Black with #E3DCCE

Text Example


Text Example

White with #E3DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DCCE; }

 p { color: rgb(227,220,206); }

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

background-color css

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

 a { background-color: rgb(227,220,206); }

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

border-color css

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

 span { border-color: rgb(227,220,206); }

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