#DBB6BA

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

Shades of Pink Flare #DBB6BA

Tints of Pink Flare #DBB6BA

Color information

#DBB6BA (or 0xDBB6BA) is unknown color: approx Pink Flare. HEX triplet: DB, B6 and BA. RGB value is (219,182,186). Sum of RGB (Red+Green+Blue) = 219+182+186=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BA is #244945. Grayscale: #C1C1C1. Windows color (decimal): -2378054 or 12236507. OLE color: 12236507.

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

Color convert

RGB219182186-
CMYK00.170.150.14
HSL353.51º33.94%78.63%-
HSV(B)353.51º16.89%85.88%-
XYZ54.852.0653.61-
YUV193.52123.76146.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 182 (71.48% from 255) = 31.01%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=37.31%
G=31.01%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918218600.170.150.14353.5133.9478.63
HexDBB6BA011FE162224f
Octal333266272021171654242117
Binary110110111011011010111010010001111111101011000101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6BA; }

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

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

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

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

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

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

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

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