#DCB6B9

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

Shades of Pink Flare #DCB6B9

Tints of Pink Flare #DCB6B9

Color information

#DCB6B9 (or 0xDCB6B9) is unknown color: approx Pink Flare. HEX triplet: DC, B6 and B9. RGB value is (220,182,185). Sum of RGB (Red+Green+Blue) = 220+182+185=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6B9 is #234946. Grayscale: #C1C1C1. Windows color (decimal): -2312519 or 12170972. OLE color: 12170972.

HSL color Cylindrical-coordinate representation of color #DCB6B9: hue angle of 355.26º 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 #DCB6B9 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220182185-
CMYK00.170.160.14
HSL355.26º35.19%78.82%-
HSV(B)355.26º17.27%86.27%-
XYZ5552.1753.07-
YUV193.7123.09146.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 182 (71.48% from 255) = 31.01%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=37.48%
G=31.01%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018218500.170.160.14355.2635.1978.82
HexDCB6B901110E163234f
Octal334266271021201654343117
Binary1101110010110110101110010100011000011101011000111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6B9; }

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

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

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

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

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

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

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

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