#D1BDC4

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

Shades of Melanie #D1BDC4

Tints of Melanie #D1BDC4

Color information

#D1BDC4 (or 0xD1BDC4) is unknown color: approx Melanie. HEX triplet: D1, BD and C4. RGB value is (209,189,196). Sum of RGB (Red+Green+Blue) = 209+189+196=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC4 is #2E423B. Grayscale: #C3C3C3. Windows color (decimal): -3031612 or 12893649. OLE color: 12893649.

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

Color convert

RGB209189196-
CMYK00.100.060.18
HSL339º17.86%78.04%-
HSV(B)339º9.57%81.96%-
XYZ54.4653.9459.77-
YUV195.78128.13137.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=35.19%
G=31.82%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918919600.100.060.1833917.8678.04
HexD1BDC40A612153124e
Octal32127530401262252322116
Binary1101000110111101110001000101011010010101010011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDC4; }

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

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

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

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

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

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

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

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