#D9B7B9

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

Shades of Pink Flare #D9B7B9

Tints of Pink Flare #D9B7B9

Color information

#D9B7B9 (or 0xD9B7B9) is unknown color: approx Pink Flare. HEX triplet: D9, B7 and B9. RGB value is (217,183,185). Sum of RGB (Red+Green+Blue) = 217+183+185=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7B9 is #264846. Grayscale: #C1C1C1. Windows color (decimal): -2508871 or 12171225. OLE color: 12171225.

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

Color convert

RGB217183185-
CMYK00.160.150.15
HSL356.47º30.91%78.43%-
HSV(B)356.47º15.67%85.1%-
XYZ54.3152.1253.1-
YUV193.39123.26144.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 183 (71.88% from 255) = 31.28%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=37.09%
G=31.28%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718318500.160.150.15356.4730.9178.43
HexD9B7B9010FF1641f4e
Octal331267271020171754437116
Binary11011001101101111011100101000011111111101100100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7B9; }

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

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

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

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

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

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

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

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