#DCBFC0

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

Shades of Pink Flare #DCBFC0

Tints of Pink Flare #DCBFC0

Color information

#DCBFC0 (or 0xDCBFC0) is unknown color: approx Pink Flare. HEX triplet: DC, BF and C0. RGB value is (220,191,192). Sum of RGB (Red+Green+Blue) = 220+191+192=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC0 is #23403F. Grayscale: #C7C7C7. Windows color (decimal): -2310208 or 12632028. OLE color: 12632028.

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

Color convert

RGB220191192-
CMYK00.130.130.14
HSL357.93º29.29%80.59%-
HSV(B)357.93º13.18%86.27%-
XYZ57.6656.2857.69-
YUV199.78123.61142.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=36.48%
G=31.67%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019119200.130.130.14357.9329.2980.59
HexDCBFC00DDE1661d51
Octal334277300015151654635121
Binary1101110010111111110000000110111011110101100110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFC0; }

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

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

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

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

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

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

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

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