#DBB5B6

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

Shades of Pink Flare #DBB5B6

Tints of Pink Flare #DBB5B6

Color information

#DBB5B6 (or 0xDBB5B6) is unknown color: approx Pink Flare. HEX triplet: DB, B5 and B6. RGB value is (219,181,182). Sum of RGB (Red+Green+Blue) = 219+181+182=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5B6 is #244A49. Grayscale: #C0C0C0. Windows color (decimal): -2378314 or 11974107. OLE color: 11974107.

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

Color convert

RGB219181182-
CMYK00.170.170.14
HSL358.42º34.55%78.43%-
HSV(B)358.42º17.35%85.88%-
XYZ54.1851.4951.34-
YUV192.48122.09146.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=37.63%
G=31.10%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918118200.170.170.14358.4234.5578.43
HexDBB5B601111E166234e
Octal333265266021211654643116
Binary1101101110110101101101100100011000111101011001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5B6; }

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

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

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

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

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

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

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

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