#D2B7BB

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

Shades of Pink Flare #D2B7BB

Tints of Pink Flare #D2B7BB

Color information

#D2B7BB (or 0xD2B7BB) is unknown color: approx Pink Flare. HEX triplet: D2, B7 and BB. RGB value is (210,183,187). Sum of RGB (Red+Green+Blue) = 210+183+187=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7BB is #2D4844. Grayscale: #BFBFBF. Windows color (decimal): -2967621 or 12302290. OLE color: 12302290.

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

Color convert

RGB210183187-
CMYK00.130.110.18
HSL351.11º23.08%77.06%-
HSV(B)351.11º12.86%82.35%-
XYZ52.4851.1654.12-
YUV191.53125.45141.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=36.21%
G=31.55%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018318700.130.110.18351.1123.0877.06
HexD2B7BB0DB1215f174d
Octal322267273015132253727115
Binary11010010101101111011101101101101110010101011111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B7BB; }

 p { color: rgb(210,183,187); }

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

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

 a { background-color: rgb(210,183,187); }

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

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

 span { border-color: rgb(210,183,187); }

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