#DCB9BB

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

Shades of Pink Flare #DCB9BB

Tints of Pink Flare #DCB9BB

Color information

#DCB9BB (or 0xDCB9BB) is unknown color: approx Pink Flare. HEX triplet: DC, B9 and BB. RGB value is (220,185,187). Sum of RGB (Red+Green+Blue) = 220+185+187=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9BB is #234644. Grayscale: #C3C3C3. Windows color (decimal): -2311749 or 12302812. OLE color: 12302812.

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

Color convert

RGB220185187-
CMYK00.160.150.14
HSL356.57º33.33%79.41%-
HSV(B)356.57º15.91%86.27%-
XYZ55.8353.554.4-
YUV195.69123.1145.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=37.16%
G=31.25%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018518700.160.150.14356.5733.3379.41
HexDCB9BB010FE165214f
Octal334271273020171654541117
Binary110111001011100110111011010000111111101011001011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9BB; }

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

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

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

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

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

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

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

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