#DCB7BA

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

Shades of Pink Flare #DCB7BA

Tints of Pink Flare #DCB7BA

Color information

#DCB7BA (or 0xDCB7BA) is unknown color: approx Pink Flare. HEX triplet: DC, B7 and BA. RGB value is (220,183,186). Sum of RGB (Red+Green+Blue) = 220+183+186=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7BA is #234845. Grayscale: #C2C2C2. Windows color (decimal): -2312262 or 12236764. OLE color: 12236764.

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

Color convert

RGB220183186-
CMYK00.170.150.14
HSL355.14º34.58%79.02%-
HSV(B)355.14º16.82%86.27%-
XYZ55.3152.6353.7-
YUV194.4123.26146.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 183 (71.88% from 255) = 31.07%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=37.35%
G=31.07%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018318600.170.150.14355.1434.5879.02
HexDCB7BA011FE163234f
Octal334267272021171654343117
Binary110111001011011110111010010001111111101011000111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7BA; }

 p { color: rgb(220,183,186); }

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

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

 a { background-color: rgb(220,183,186); }

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

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

 span { border-color: rgb(220,183,186); }

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