#D2B6B7

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

Shades of Pink Flare #D2B6B7

Tints of Pink Flare #D2B6B7

Color information

#D2B6B7 (or 0xD2B6B7) is unknown color: approx Pink Flare. HEX triplet: D2, B6 and B7. RGB value is (210,182,183). Sum of RGB (Red+Green+Blue) = 210+182+183=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B6B7 is #2D4948. Grayscale: #BEBEBE. Windows color (decimal): -2967881 or 12039890. OLE color: 12039890.

HSL color Cylindrical-coordinate representation of color #D2B6B7: hue angle of 357.86º degrees, saturation: 0.24, 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 #D2B6B7 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210182183-
CMYK00.130.130.18
HSL357.86º23.73%76.86%-
HSV(B)357.86º13.33%82.35%-
XYZ51.8550.5851.83-
YUV190.49123.78141.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=36.52%
G=31.65%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018218300.130.130.18357.8623.7376.86
HexD2B6B70DD12166184d
Octal322266267015152254630115
Binary11010010101101101011011101101110110010101100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B6B7; }

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

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

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

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

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

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

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

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