#DCB3B4

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

Shades of Pink Flare #DCB3B4

Tints of Pink Flare #DCB3B4

Color information

#DCB3B4 (or 0xDCB3B4) is unknown color: approx Pink Flare. HEX triplet: DC, B3 and B4. RGB value is (220,179,180). Sum of RGB (Red+Green+Blue) = 220+179+180=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3B4 is #234C4B. Grayscale: #BFBFBF. Windows color (decimal): -2313292 or 11842524. OLE color: 11842524.

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

Color convert

RGB220179180-
CMYK00.190.180.14
HSL358.54º36.94%78.24%-
HSV(B)358.54º18.64%86.27%-
XYZ53.8750.7550.14-
YUV191.37121.58148.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=38.00%
G=30.92%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017918000.190.180.14358.5436.9478.24
HexDCB3B401312E167254e
Octal334263264023221654745116
Binary1101110010110011101101000100111001011101011001111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3B4; }

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

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

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

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

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

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

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

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