#DBB6B7

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

Shades of Pink Flare #DBB6B7

Tints of Pink Flare #DBB6B7

Color information

#DBB6B7 (or 0xDBB6B7) is unknown color: approx Pink Flare. HEX triplet: DB, B6 and B7. RGB value is (219,182,183). Sum of RGB (Red+Green+Blue) = 219+182+183=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6B7 is #244948. Grayscale: #C1C1C1. Windows color (decimal): -2378057 or 12039899. OLE color: 12039899.

HSL color Cylindrical-coordinate representation of color #DBB6B7: hue angle of 358.38º 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 #DBB6B7 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219182183-
CMYK00.170.160.14
HSL358.38º33.94%78.63%-
HSV(B)358.38º16.89%85.88%-
XYZ54.4951.9351.95-
YUV193.18122.26146.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 182 (71.48% from 255) = 31.16%
BLUE value IS 183 (71.88% from 255) = 31.34%
R=37.5%
G=31.16%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918218300.170.160.14358.3833.9478.63
HexDBB6B701110E166224f
Octal333266267021201654642117
Binary1101101110110110101101110100011000011101011001101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6B7; }

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

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

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

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

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

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

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

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