#D1BCC1

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

Shades of Melanie #D1BCC1

Tints of Melanie #D1BCC1

Color information

#D1BCC1 (or 0xD1BCC1) is unknown color: approx Melanie. HEX triplet: D1, BC and C1. RGB value is (209,188,193). Sum of RGB (Red+Green+Blue) = 209+188+193=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC1 is #2E433E. Grayscale: #C2C2C2. Windows color (decimal): -3031871 or 12696785. OLE color: 12696785.

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

Color convert

RGB209188193-
CMYK00.100.080.18
HSL345.71º18.58%77.84%-
HSV(B)345.71º10.05%81.96%-
XYZ53.953.3757.91-
YUV194.85126.96138.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=35.42%
G=31.86%
B=32.71%

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
Decimal20918819300.100.080.18345.7118.5877.84
HexD1BCC10A81215a134e
Octal321274301012102253223116
Binary11010001101111001100000101010100010010101011010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCC1; }

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

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

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

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

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

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

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

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