#DCB9BC

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

Shades of Pink Flare #DCB9BC

Tints of Pink Flare #DCB9BC

Color information

#DCB9BC (or 0xDCB9BC) is unknown color: approx Pink Flare. HEX triplet: DC, B9 and BC. RGB value is (220,185,188). Sum of RGB (Red+Green+Blue) = 220+185+188=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9BC is #234643. Grayscale: #C3C3C3. Windows color (decimal): -2311748 or 12368348. OLE color: 12368348.

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

Color convert

RGB220185188-
CMYK00.160.150.14
HSL354.86º33.33%79.41%-
HSV(B)354.86º15.91%86.27%-
XYZ55.9453.5454.96-
YUV195.81123.6145.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=37.10%
G=31.20%
B=31.70%

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
Decimal22018518800.160.150.14354.8633.3379.41
HexDCB9BC010FE163214f
Octal334271274020171654341117
Binary110111001011100110111100010000111111101011000111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9BC; }

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

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

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

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

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

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

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

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