#DBB4B6

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

Shades of Pink Flare #DBB4B6

Tints of Pink Flare #DBB4B6

Color information

#DBB4B6 (or 0xDBB4B6) is unknown color: approx Pink Flare. HEX triplet: DB, B4 and B6. RGB value is (219,180,182). Sum of RGB (Red+Green+Blue) = 219+180+182=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4B6 is #244B49. Grayscale: #BFBFBF. Windows color (decimal): -2378570 or 11973851. OLE color: 11973851.

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

Color convert

RGB219180182-
CMYK00.180.170.14
HSL356.92º35.14%78.24%-
HSV(B)356.92º17.81%85.88%-
XYZ53.9851.0851.27-
YUV191.89122.42147.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 180 (70.70% from 255) = 30.98%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=37.69%
G=30.98%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918018200.180.170.14356.9235.1478.24
HexDBB4B601211E165234e
Octal333264266022211654543116
Binary1101101110110100101101100100101000111101011001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4B6; }

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

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

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

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

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

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

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

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