#DFB9BA

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

Shades of Pink Flare #DFB9BA

Tints of Pink Flare #DFB9BA

Color information

#DFB9BA (or 0xDFB9BA) is unknown color: approx Pink Flare. HEX triplet: DF, B9 and BA. RGB value is (223,185,186). Sum of RGB (Red+Green+Blue) = 223+185+186=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9BA is #204645. Grayscale: #C4C4C4. Windows color (decimal): -2115142 or 12237279. OLE color: 12237279.

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

Color convert

RGB223185186-
CMYK00.170.170.13
HSL358.42º37.25%80%-
HSV(B)358.42º17.04%87.45%-
XYZ56.6453.9353.88-
YUV196.48122.09146.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=37.54%
G=31.14%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318518600.170.170.13358.4237.2580
HexDFB9BA01111D1662550
Octal337271272021211554645120
Binary1101111110111001101110100100011000111011011001101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9BA; }

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

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

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

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

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

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

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

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