#DBB7BA

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

Shades of Pink Flare #DBB7BA

Tints of Pink Flare #DBB7BA

Color information

#DBB7BA (or 0xDBB7BA) is unknown color: approx Pink Flare. HEX triplet: DB, B7 and BA. RGB value is (219,183,186). Sum of RGB (Red+Green+Blue) = 219+183+186=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7BA is #244845. Grayscale: #C2C2C2. Windows color (decimal): -2377798 or 12236763. OLE color: 12236763.

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

Color convert

RGB219183186-
CMYK00.160.150.14
HSL355º33.33%78.82%-
HSV(B)355º16.44%85.88%-
XYZ55.0152.4753.68-
YUV194.11123.43145.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=37.24%
G=31.12%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918318600.160.150.1435533.3378.82
HexDBB7BA010FE163214f
Octal333267272020171654341117
Binary110110111011011110111010010000111111101011000111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7BA; }

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

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

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

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

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

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

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

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