#D1BCC0

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

Shades of Melanie #D1BCC0

Tints of Melanie #D1BCC0

Color information

#D1BCC0 (or 0xD1BCC0) is unknown color: approx Melanie. HEX triplet: D1, BC and C0. RGB value is (209,188,192). Sum of RGB (Red+Green+Blue) = 209+188+192=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC0 is #2E433F. Grayscale: #C2C2C2. Windows color (decimal): -3031872 or 12631249. OLE color: 12631249.

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

Color convert

RGB209188192-
CMYK00.100.080.18
HSL348.57º18.58%77.84%-
HSV(B)348.57º10.05%81.96%-
XYZ53.7953.3357.33-
YUV194.74126.46138.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=35.48%
G=31.92%
B=32.60%

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
Decimal20918819200.100.080.18348.5718.5877.84
HexD1BCC00A81215d134e
Octal321274300012102253523116
Binary11010001101111001100000001010100010010101011101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCC0; }

 p { color: rgb(209,188,192); }

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

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

 a { background-color: rgb(209,188,192); }

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

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

 span { border-color: rgb(209,188,192); }

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