#D0BBBF

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

Shades of Melanie #D0BBBF

Tints of Melanie #D0BBBF

Color information

#D0BBBF (or 0xD0BBBF) is unknown color: approx Melanie. HEX triplet: D0, BB and BF. RGB value is (208,187,191). Sum of RGB (Red+Green+Blue) = 208+187+191=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBBF is #2F4440. Grayscale: #C1C1C1. Windows color (decimal): -3097665 or 12565456. OLE color: 12565456.

HSL color Cylindrical-coordinate representation of color #D0BBBF: hue angle of 348.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBBF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208187191-
CMYK00.100.080.18
HSL348.57º18.26%77.45%-
HSV(B)348.57º10.1%81.57%-
XYZ53.1952.7156.66-
YUV193.74126.46138.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 191 (75% from 255) = 32.59%
R=35.49%
G=31.91%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818719100.100.080.18348.5718.2677.45
HexD0BBBF0A81215d124d
Octal320273277012102253522115
Binary11010000101110111011111101010100010010101011101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBBF; }

 p { color: rgb(208,187,191); }

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

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

 a { background-color: rgb(208,187,191); }

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

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

 span { border-color: rgb(208,187,191); }

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