#DCB3B6

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

Shades of Pink Flare #DCB3B6

Tints of Pink Flare #DCB3B6

Color information

#DCB3B6 (or 0xDCB3B6) is unknown color: approx Pink Flare. HEX triplet: DC, B3 and B6. RGB value is (220,179,182). Sum of RGB (Red+Green+Blue) = 220+179+182=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3B6 is #234C49. Grayscale: #BFBFBF. Windows color (decimal): -2313290 or 11973596. OLE color: 11973596.

HSL color Cylindrical-coordinate representation of color #DCB3B6: hue angle of 355.61º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3B6 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220179182-
CMYK00.190.170.14
HSL355.61º36.94%78.24%-
HSV(B)355.61º18.64%86.27%-
XYZ54.0850.8351.22-
YUV191.6122.58148.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=37.87%
G=30.81%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017918200.190.170.14355.6136.9478.24
HexDCB3B601311E164254e
Octal334263266023211654445116
Binary1101110010110011101101100100111000111101011001001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3B6; }

 p { color: rgb(220,179,182); }

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

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

 a { background-color: rgb(220,179,182); }

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

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

 span { border-color: rgb(220,179,182); }

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