#DFBCBF

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

Shades of Pink Flare #DFBCBF

Tints of Pink Flare #DFBCBF

Color information

#DFBCBF (or 0xDFBCBF) is unknown color: approx Pink Flare. HEX triplet: DF, BC and BF. RGB value is (223,188,191). Sum of RGB (Red+Green+Blue) = 223+188+191=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCBF is #204340. Grayscale: #C6C6C6. Windows color (decimal): -2114369 or 12565727. OLE color: 12565727.

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

Color convert

RGB223188191-
CMYK00.160.140.13
HSL354.86º35.35%80.59%-
HSV(B)354.86º15.7%87.45%-
XYZ57.8255.4256.94-
YUV198.81123.6145.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 191 (75% from 255) = 31.73%
R=37.04%
G=31.23%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318819100.160.140.13354.8635.3580.59
HexDFBCBF010ED1632351
Octal337274277020161554343121
Binary110111111011110010111111010000111011011011000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCBF; }

 p { color: rgb(223,188,191); }

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

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

 a { background-color: rgb(223,188,191); }

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

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

 span { border-color: rgb(223,188,191); }

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