#D1BDC2

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

Shades of Melanie #D1BDC2

Tints of Melanie #D1BDC2

Color information

#D1BDC2 (or 0xD1BDC2) is unknown color: approx Melanie. HEX triplet: D1, BD and C2. RGB value is (209,189,194). Sum of RGB (Red+Green+Blue) = 209+189+194=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC2 is #2E423D. Grayscale: #C3C3C3. Windows color (decimal): -3031614 or 12762577. OLE color: 12762577.

HSL color Cylindrical-coordinate representation of color #D1BDC2: hue angle of 345º 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 #D1BDC2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB209189194-
CMYK00.100.070.18
HSL345º17.86%78.04%-
HSV(B)345º9.57%81.96%-
XYZ54.2353.8558.57-
YUV195.55127.13137.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=35.30%
G=31.93%
B=32.77%

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
Decimal20918919400.100.070.1834517.8678.04
HexD1BDC20A712159124e
Octal32127530201272253122116
Binary1101000110111101110000100101011110010101011001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDC2; }

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

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

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

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

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

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

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

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