#DFBCBD

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

Shades of Pink Flare #DFBCBD

Tints of Pink Flare #DFBCBD

Color information

#DFBCBD (or 0xDFBCBD) is unknown color: approx Pink Flare. HEX triplet: DF, BC and BD. RGB value is (223,188,189). Sum of RGB (Red+Green+Blue) = 223+188+189=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCBD is #204342. Grayscale: #C6C6C6. Windows color (decimal): -2114371 or 12434655. OLE color: 12434655.

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

Color convert

RGB223188189-
CMYK00.160.150.13
HSL358.29º35.35%80.59%-
HSV(B)358.29º15.7%87.45%-
XYZ57.655.3355.79-
YUV198.58122.6145.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=37.17%
G=31.33%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318818900.160.150.13358.2935.3580.59
HexDFBCBD010FD1662351
Octal337274275020171554643121
Binary110111111011110010111101010000111111011011001101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCBD; }

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

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

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

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

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

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

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

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