#D8B2BB

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

Shades of Melanie #D8B2BB

Tints of Melanie #D8B2BB

Color information

#D8B2BB (or 0xD8B2BB) is unknown color: approx Melanie. HEX triplet: D8, B2 and BB. RGB value is (216,178,187). Sum of RGB (Red+Green+Blue) = 216+178+187=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2BB is #274D44. Grayscale: #BEBEBE. Windows color (decimal): -2575685 or 12301016. OLE color: 12301016.

HSL color Cylindrical-coordinate representation of color #D8B2BB: hue angle of 345.79º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B2BB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216178187-
CMYK00.180.130.15
HSL345.79º32.76%77.25%-
HSV(B)345.79º17.59%84.71%-
XYZ53.2150.0353.87-
YUV190.39126.09146.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=37.18%
G=30.64%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617818700.180.130.15345.7932.7677.25
HexD8B2BB012DF15a214d
Octal330262273022151753241115
Binary110110001011001010111011010010110111111010110101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B2BB; }

 p { color: rgb(216,178,187); }

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

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

 a { background-color: rgb(216,178,187); }

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

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

 span { border-color: rgb(216,178,187); }

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