#D1BDC3

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

Shades of Melanie #D1BDC3

Tints of Melanie #D1BDC3

Color information

#D1BDC3 (or 0xD1BDC3) is unknown color: approx Melanie. HEX triplet: D1, BD and C3. RGB value is (209,189,195). Sum of RGB (Red+Green+Blue) = 209+189+195=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC3 is #2E423C. Grayscale: #C3C3C3. Windows color (decimal): -3031613 or 12828113. OLE color: 12828113.

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

Color convert

RGB209189195-
CMYK00.100.070.18
HSL342º17.86%78.04%-
HSV(B)342º9.57%81.96%-
XYZ54.3453.8959.17-
YUV195.66127.63137.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 195 (76.56% from 255) = 32.88%
R=35.24%
G=31.87%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918919500.100.070.1834217.8678.04
HexD1BDC30A712156124e
Octal32127530301272252622116
Binary1101000110111101110000110101011110010101010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDC3; }

 p { color: rgb(209,189,195); }

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

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

 a { background-color: rgb(209,189,195); }

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

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

 span { border-color: rgb(209,189,195); }

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