#E7DCCF

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

Shades of Merino #E7DCCF

Tints of Merino #E7DCCF

Color information

#E7DCCF (or 0xE7DCCF) is unknown color: approx Merino. HEX triplet: E7, DC and CF. RGB value is (231,220,207). Sum of RGB (Red+Green+Blue) = 231+220+207=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCF is #182330. Grayscale: #DDDDDD. Windows color (decimal): -1581873 or 13622503. OLE color: 13622503.

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

Color convert

RGB231220207-
CMYK00.050.100.09
HSL32.5º33.33%85.88%-
HSV(B)32.5º10.39%90.59%-
XYZ69.8172.6869.38-
YUV221.81119.64134.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.11%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=35.11%
G=33.43%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122020700.050.100.0932.533.3385.88
HexE7DCCF05A9212156
Octal3473343170512114141126
Binary1110011111011100110011110101101010011000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCCF; }

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

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

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

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

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

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

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

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