#D8BFC3

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

Shades of Melanie #D8BFC3

Tints of Melanie #D8BFC3

Color information

#D8BFC3 (or 0xD8BFC3) is unknown color: approx Melanie. HEX triplet: D8, BF and C3. RGB value is (216,191,195). Sum of RGB (Red+Green+Blue) = 216+191+195=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFC3 is #27403C. Grayscale: #C6C6C6. Windows color (decimal): -2572349 or 12828632. OLE color: 12828632.

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

Color convert

RGB216191195-
CMYK00.120.100.15
HSL350.4º24.27%79.8%-
HSV(B)350.4º11.57%84.71%-
XYZ56.855.859.41-
YUV198.93125.78140.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=35.88%
G=31.73%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619119500.120.100.15350.424.2779.8
HexD8BFC30CAF15e1850
Octal330277303014121753630120
Binary1101100010111111110000110110010101111101011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFC3; }

 p { color: rgb(216,191,195); }

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

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

 a { background-color: rgb(216,191,195); }

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

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

 span { border-color: rgb(216,191,195); }

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