#DFB6B7

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

Shades of Pink Flare #DFB6B7

Tints of Pink Flare #DFB6B7

Color information

#DFB6B7 (or 0xDFB6B7) is unknown color: approx Pink Flare. HEX triplet: DF, B6 and B7. RGB value is (223,182,183). Sum of RGB (Red+Green+Blue) = 223+182+183=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6B7 is #204948. Grayscale: #C2C2C2. Windows color (decimal): -2115913 or 12039903. OLE color: 12039903.

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

Color convert

RGB223182183-
CMYK00.180.180.13
HSL358.54º39.05%79.41%-
HSV(B)358.54º18.39%87.45%-
XYZ55.7152.5652.01-
YUV194.37121.58148.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 183 (71.88% from 255) = 31.12%
R=37.93%
G=30.95%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318218300.180.180.13358.5439.0579.41
HexDFB6B701212D167274f
Octal337266267022221554747117
Binary1101111110110110101101110100101001011011011001111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6B7; }

 p { color: rgb(223,182,183); }

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

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

 a { background-color: rgb(223,182,183); }

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

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

 span { border-color: rgb(223,182,183); }

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