#DFBFC0

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

Shades of Pink Flare #DFBFC0

Tints of Pink Flare #DFBFC0

Color information

#DFBFC0 (or 0xDFBFC0) is unknown color: approx Pink Flare. HEX triplet: DF, BF and C0. RGB value is (223,191,192). Sum of RGB (Red+Green+Blue) = 223+191+192=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC0 is #20403F. Grayscale: #C8C8C8. Windows color (decimal): -2113600 or 12632031. OLE color: 12632031.

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

Color convert

RGB223191192-
CMYK00.140.140.13
HSL358.12º33.33%81.18%-
HSV(B)358.12º14.35%87.45%-
XYZ58.5856.7657.74-
YUV200.68123.1143.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=36.80%
G=31.52%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319119200.140.140.13358.1233.3381.18
HexDFBFC00EED1662151
Octal337277300016161554641121
Binary11011111101111111100000001110111011011011001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFC0; }

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

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

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

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

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

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

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

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