#D9B7BA

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

Shades of Pink Flare #D9B7BA

Tints of Pink Flare #D9B7BA

Color information

#D9B7BA (or 0xD9B7BA) is unknown color: approx Pink Flare. HEX triplet: D9, B7 and BA. RGB value is (217,183,186). Sum of RGB (Red+Green+Blue) = 217+183+186=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7BA is #264845. Grayscale: #C1C1C1. Windows color (decimal): -2508870 or 12236761. OLE color: 12236761.

HSL color Cylindrical-coordinate representation of color #D9B7BA: hue angle of 354.71º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B7BA is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217183186-
CMYK00.160.140.15
HSL354.71º30.91%78.43%-
HSV(B)354.71º15.67%85.1%-
XYZ54.4152.1653.66-
YUV193.51123.76144.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=37.03%
G=31.23%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718318600.160.140.15354.7130.9178.43
HexD9B7BA010EF1631f4e
Octal331267272020161754337116
Binary11011001101101111011101001000011101111101100011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7BA; }

 p { color: rgb(217,183,186); }

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

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

 a { background-color: rgb(217,183,186); }

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

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

 span { border-color: rgb(217,183,186); }

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