#D1BBC1

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

Shades of Melanie #D1BBC1

Tints of Melanie #D1BBC1

Color information

#D1BBC1 (or 0xD1BBC1) is unknown color: approx Melanie. HEX triplet: D1, BB and C1. RGB value is (209,187,193). Sum of RGB (Red+Green+Blue) = 209+187+193=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBC1 is #2E443E. Grayscale: #C2C2C2. Windows color (decimal): -3032127 or 12696529. OLE color: 12696529.

HSL color Cylindrical-coordinate representation of color #D1BBC1: hue angle of 343.64º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBC1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209187193-
CMYK00.110.080.18
HSL343.64º19.3%77.65%-
HSV(B)343.64º10.53%81.96%-
XYZ53.6952.9557.84-
YUV194.26127.29138.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=35.48%
G=31.75%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918719300.110.080.18343.6419.377.65
HexD1BBC10B812158134e
Octal321273301013102253023116
Binary11010001101110111100000101011100010010101011000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBC1; }

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

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

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

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

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

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

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

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