#DFB9BB

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

Shades of Pink Flare #DFB9BB

Tints of Pink Flare #DFB9BB

Color information

#DFB9BB (or 0xDFB9BB) is unknown color: approx Pink Flare. HEX triplet: DF, B9 and BB. RGB value is (223,185,187). Sum of RGB (Red+Green+Blue) = 223+185+187=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9BB is #204644. Grayscale: #C4C4C4. Windows color (decimal): -2115141 or 12302815. OLE color: 12302815.

HSL color Cylindrical-coordinate representation of color #DFB9BB: hue angle of 356.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB9BB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223185187-
CMYK00.170.160.13
HSL356.84º37.25%80%-
HSV(B)356.84º17.04%87.45%-
XYZ56.7553.9754.44-
YUV196.59122.59146.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=37.48%
G=31.09%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318518700.170.160.13356.8437.2580
HexDFB9BB01110D1652550
Octal337271273021201554545120
Binary1101111110111001101110110100011000011011011001011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9BB; }

 p { color: rgb(223,185,187); }

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

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

 a { background-color: rgb(223,185,187); }

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

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

 span { border-color: rgb(223,185,187); }

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