#D9B7BC

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

Shades of Pink Flare #D9B7BC

Tints of Pink Flare #D9B7BC

Color information

#D9B7BC (or 0xD9B7BC) is unknown color: approx Pink Flare. HEX triplet: D9, B7 and BC. RGB value is (217,183,188). Sum of RGB (Red+Green+Blue) = 217+183+188=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7BC is #264843. Grayscale: #C1C1C1. Windows color (decimal): -2508868 or 12367833. OLE color: 12367833.

HSL color Cylindrical-coordinate representation of color #D9B7BC: hue angle of 351.18º 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 #D9B7BC is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217183188-
CMYK00.160.130.15
HSL351.18º30.91%78.43%-
HSV(B)351.18º15.67%85.1%-
XYZ54.6352.2554.78-
YUV193.74124.76144.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=36.90%
G=31.12%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718318800.160.130.15351.1830.9178.43
HexD9B7BC010DF15f1f4e
Octal331267274020151753737116
Binary11011001101101111011110001000011011111101011111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7BC; }

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

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

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

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

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

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

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

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