#DFBDBF

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

Shades of Pink Flare #DFBDBF

Tints of Pink Flare #DFBDBF

Color information

#DFBDBF (or 0xDFBDBF) is unknown color: approx Pink Flare. HEX triplet: DF, BD and BF. RGB value is (223,189,191). Sum of RGB (Red+Green+Blue) = 223+189+191=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBF is #204240. Grayscale: #C7C7C7. Windows color (decimal): -2114113 or 12565983. OLE color: 12565983.

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

Color convert

RGB223189191-
CMYK00.150.140.13
HSL356.47º34.69%80.78%-
HSV(B)356.47º15.25%87.45%-
XYZ58.0355.8457.01-
YUV199.39123.26144.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 191 (75% from 255) = 31.67%
R=36.98%
G=31.34%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318919100.150.140.13356.4734.6980.78
HexDFBDBF0FED1642351
Octal337275277017161554443121
Binary11011111101111011011111101111111011011011001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDBF; }

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

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

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

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

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

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

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

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