#D8B7C2

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

Shades of Melanie #D8B7C2

Tints of Melanie #D8B7C2

Color information

#D8B7C2 (or 0xD8B7C2) is unknown color: approx Melanie. HEX triplet: D8, B7 and C2. RGB value is (216,183,194). Sum of RGB (Red+Green+Blue) = 216+183+194=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7C2 is #27483D. Grayscale: #C2C2C2. Windows color (decimal): -2574398 or 12761048. OLE color: 12761048.

HSL color Cylindrical-coordinate representation of color #D8B7C2: hue angle of 340º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7C2 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB216183194-
CMYK00.150.100.15
HSL340º29.73%78.24%-
HSV(B)340º15.28%84.71%-
XYZ54.9952.3658.25-
YUV194.12127.93143.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=36.42%
G=30.86%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618319400.150.100.1534029.7378.24
HexD8B7C20FAF1541e4e
Octal330267302017121752436116
Binary1101100010110111110000100111110101111101010100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B7C2; }

 p { color: rgb(216,183,194); }

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

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

 a { background-color: rgb(216,183,194); }

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

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

 span { border-color: rgb(216,183,194); }

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