#DCB3B5

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

Shades of Pink Flare #DCB3B5

Tints of Pink Flare #DCB3B5

Color information

#DCB3B5 (or 0xDCB3B5) is unknown color: approx Pink Flare. HEX triplet: DC, B3 and B5. RGB value is (220,179,181). Sum of RGB (Red+Green+Blue) = 220+179+181=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3B5 is #234C4A. Grayscale: #BFBFBF. Windows color (decimal): -2313291 or 11908060. OLE color: 11908060.

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

Color convert

RGB220179181-
CMYK00.190.180.14
HSL357.07º36.94%78.24%-
HSV(B)357.07º18.64%86.27%-
XYZ53.9850.7950.68-
YUV191.49122.08148.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 179 (70.31% from 255) = 30.86%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=37.93%
G=30.86%
B=31.21%

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
Decimal22017918100.190.180.14357.0736.9478.24
HexDCB3B501312E165254e
Octal334263265023221654545116
Binary1101110010110011101101010100111001011101011001011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3B5; }

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

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

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

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

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

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

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

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