#E7DCCE

Color #E7DCCE Merino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merino #E7DCCE

Tints of Merino #E7DCCE

Color information

#E7DCCE (or 0xE7DCCE) is unknown color: approx Merino. HEX triplet: E7, DC and CE. RGB value is (231,220,206). Sum of RGB (Red+Green+Blue) = 231+220+206=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCE is #182331. Grayscale: #DDDDDD. Windows color (decimal): -1581874 or 13556967. OLE color: 13556967.

HSL color Cylindrical-coordinate representation of color #E7DCCE: hue angle of 33.6º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DCCE is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231220206-
CMYK00.050.110.09
HSL33.6º34.25%85.69%-
HSV(B)33.6º10.82%90.59%-
XYZ69.6972.6368.74-
YUV221.69119.14134.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=35.16%
G=33.49%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122020600.050.110.0933.634.2585.69
HexE7DCCE05B9222256
Octal3473343160513114242126
Binary1110011111011100110011100101101110011000101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCCE; }

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

 H1.HeaderClassName
 {
   color: #E7DCCE;
 }
 .AnyTagClassName
 {
   color: #E7DCCE;
 }
</style>
background-color css

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

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

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

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

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

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