#D1BCC3

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

Shades of Melanie #D1BCC3

Tints of Melanie #D1BCC3

Color information

#D1BCC3 (or 0xD1BCC3) is unknown color: approx Melanie. HEX triplet: D1, BC and C3. RGB value is (209,188,195). Sum of RGB (Red+Green+Blue) = 209+188+195=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC3 is #2E433C. Grayscale: #C3C3C3. Windows color (decimal): -3031869 or 12827857. OLE color: 12827857.

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

Color convert

RGB209188195-
CMYK00.100.070.18
HSL340º18.58%77.84%-
HSV(B)340º10.05%81.96%-
XYZ54.1353.4659.1-
YUV195.08127.96137.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 195 (76.56% from 255) = 32.94%
R=35.30%
G=31.76%
B=32.94%

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
Decimal20918819500.100.070.1834018.5877.84
HexD1BCC30A712154134e
Octal32127430301272252423116
Binary1101000110111100110000110101011110010101010100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCC3; }

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

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

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

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

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

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

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

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