#D1B1B6

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

Shades of Pink Flare #D1B1B6

Tints of Pink Flare #D1B1B6

Color information

#D1B1B6 (or 0xD1B1B6) is unknown color: approx Pink Flare. HEX triplet: D1, B1 and B6. RGB value is (209,177,182). Sum of RGB (Red+Green+Blue) = 209+177+182=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1B6 is #2E4E49. Grayscale: #BBBBBB. Windows color (decimal): -3034698 or 11973073. OLE color: 11973073.

HSL color Cylindrical-coordinate representation of color #D1B1B6: hue angle of 350.62º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B1B6 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209177182-
CMYK00.150.130.18
HSL350.62º25.81%75.69%-
HSV(B)350.62º15.31%81.96%-
XYZ50.4648.3850.93-
YUV187.14125.1143.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=36.80%
G=31.16%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917718200.150.130.18350.6225.8175.69
HexD1B1B60FD1215f1a4c
Octal321261266017152253732114
Binary11010001101100011011011001111110110010101011111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B1B6; }

 p { color: rgb(209,177,182); }

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

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

 a { background-color: rgb(209,177,182); }

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

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

 span { border-color: rgb(209,177,182); }

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