#DCBCBF

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

Shades of Pink Flare #DCBCBF

Tints of Pink Flare #DCBCBF

Color information

#DCBCBF (or 0xDCBCBF) is unknown color: approx Pink Flare. HEX triplet: DC, BC and BF. RGB value is (220,188,191). Sum of RGB (Red+Green+Blue) = 220+188+191=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCBF is #234340. Grayscale: #C5C5C5. Windows color (decimal): -2310977 or 12565724. OLE color: 12565724.

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

Color convert

RGB220188191-
CMYK00.150.130.14
HSL354.38º31.37%80%-
HSV(B)354.38º14.55%86.27%-
XYZ56.954.9456.9-
YUV197.91124.1143.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 191 (75% from 255) = 31.89%
R=36.73%
G=31.39%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018819100.150.130.14354.3831.3780
HexDCBCBF0FDE1621f50
Octal334274277017151654237120
Binary1101110010111100101111110111111011110101100010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCBF; }

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

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

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

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

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

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

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

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